Bump minimatch - #18
Open
dependabot[bot] wants to merge 1 commit into
Open
GitHub Actions / Test Results
succeeded
Feb 28, 2026 in 1s
13 passed, 0 failed and 0 skipped
✅ junit.xml
13 tests were completed in 2s with 13 passed, 0 failed and 0 skipped.
| Test suite | Passed | Failed | Skipped | Time |
|---|---|---|---|---|
| A repository | 13✅ | 2s |
✅ A repository
A repository should not be created when the stored object does not have a field decorated with @Id or @IncrementalId
✅ A repository should not be created when the stored object does not have a field decorated with @Id or @IncrementalId
A repository should be created and save and retrieve a value
✅ A repository should be created and save and retrieve a value
A repository should save and find multiple values
✅ A repository should save and find multiple values
A repository should be able to clear the data
✅ A repository should be able to clear the data
A repository should be able to delete values
✅ A repository should be able to delete values
A repository should be able to map values to a model and back
✅ A repository should be able to map values to a model and back
A repository should be able to map values to a model and back using observables
✅ A repository should be able to map values to a model and back using observables
A repository should be able to store values using incremental ids
✅ A repository should be able to store values using incremental ids
A repository should be able to find stored objects using incremental, indexed or unique properties
✅ A repository should be able to find stored objects using incremental, indexed or unique properties
A repository should be able to use predicate filters on search queries
✅ A repository should be able to use predicate filters on search queries
A repository should be able to use compound primary keys
✅ A repository should be able to use compound primary keys
A repository should not break when multiple databases use different versions
✅ A repository should not break when multiple databases use different versions
A repository should be able to use database versions
✅ A repository should be able to use database versions
Loading