chore(cloudcmd) lint

This commit is contained in:
coderaiser 2021-10-19 15:59:57 +03:00
parent 85015881d0
commit 3172759ca0
6 changed files with 10 additions and 0 deletions

View file

@ -31,6 +31,7 @@ test('common: datetime: no arg', (t) => {
datetime();
global.Date = Date;
t.ok(called, 'should call new Date');
t.end();
});