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