mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-15 21:41:23 +02:00
derp beforeEach
This commit is contained in:
@@ -12,7 +12,7 @@ describe('Hash methods', function() {
|
||||
age: 99
|
||||
};
|
||||
|
||||
beforeAll(function(done) {
|
||||
beforeEach(function(done) {
|
||||
db.setObject('hashTestObject', testData, done);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user