mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 05:10:42 +01:00
test monthly digest
This commit is contained in:
@@ -1011,6 +1011,13 @@ describe('User', function () {
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
||||
it('should not send digests', function (done) {
|
||||
User.digest.execute({ interval: 'month' }, function (err) {
|
||||
assert.ifError(err);
|
||||
done();
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
describe('socket methods', function () {
|
||||
|
||||
Reference in New Issue
Block a user