fix(core): update
This commit is contained in:
11
test/test.cronmanager.ts
Normal file
11
test/test.cronmanager.ts
Normal file
@ -0,0 +1,11 @@
|
||||
import { tap, expect } from '@pushrocks/tapbundle';
|
||||
|
||||
import * as smarttime from '../ts/index';
|
||||
|
||||
let testCronManager: smarttime.CronManager;
|
||||
|
||||
tap.test('should create a valid instance of cronmanager', async () => {
|
||||
testCronManager = new smarttime.CronManager();
|
||||
});
|
||||
|
||||
tap.start();
|
Reference in New Issue
Block a user