20240517
This commit is contained in:
14
node_modules/store/tests/bugs/all.js
generated
vendored
Normal file
14
node_modules/store/tests/bugs/all.js
generated
vendored
Normal 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')
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user