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

@@ -7,7 +7,7 @@ let testTimer: Timer;
tap.test('should create a valid timer', async () => {
testTimer = new Timer(1000);
expect(testTimer).to.be.instanceof(Timer);
expect(testTimer).toBeInstanceOf(Timer);
});
tap.test('should start timer', async () => {