15 lines
447 B
JavaScript
15 lines
447 B
JavaScript
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')
|
|
})
|
|
})
|