fix(core): update

This commit is contained in:
2022-02-02 16:55:12 +01:00
parent c3a772c155
commit 0483b55a9e
7 changed files with 1571 additions and 1289 deletions

View File

@@ -6,7 +6,7 @@ let testCronManager: smarttime.CronManager;
tap.test('should create a valid instance of cronmanager', async () => {
testCronManager = new smarttime.CronManager();
expect(testCronManager).to.be.instanceOf(smarttime.CronManager);
expect(testCronManager).toBeInstanceOf(smarttime.CronManager);
});
tap.test('should create a valid cronJon', async (tools) => {