This commit is contained in:
2024-05-17 18:02:49 +08:00
parent 8407d51fb6
commit b5264dc222
4056 changed files with 308094 additions and 41932 deletions

14
node_modules/store/tests/bugs/all.js generated vendored Normal file
View File

@@ -0,0 +1,14 @@
test.group('bugs', function() {
test('gh-215: "Expire plugin doesn\'t factor custom namespaces"', function() {
require('./gh-215')
})
test('gh-235: "Expire and Events plugins conflict with each other"', function() {
require('./gh-235')
})
test('gh-236: "No supported storage has been added"', function() {
require('./gh-236')
})
test('gh-239: "No supported storage has been added! Add one"', function() {
require('./gh-239')
})
})