mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 16:05:49 +01:00
changed to before all
This commit is contained in:
@@ -12,7 +12,7 @@ describe('Hash methods', function() {
|
||||
age: 99
|
||||
};
|
||||
|
||||
before(function(done) {
|
||||
beforeAll(function(done) {
|
||||
db.setObject('hashTestObject', testData, done);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user