Skip to content

Commit af00291

Browse files
committed
bump chronokinesis dev dep
1 parent ef5552e commit af00291

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"c8": "^10.0.0",
6060
"camunda-bpmn-moddle": "^7.0.1",
6161
"chai": "^5.1.0",
62-
"chronokinesis": "^6.0.0",
62+
"chronokinesis": "^7.0.0",
6363
"eslint": "^9.10.0",
6464
"markdown-toc": "^1.2.0",
6565
"mocha": "^11.0.1",

test/feature/timers-feature.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import ck from 'chronokinesis';
1+
import * as ck from 'chronokinesis';
22
import * as testHelpers from '../helpers/testHelpers.js';
33
import * as factory from '../helpers/factory.js';
44
import { Engine } from '../../src/index.js';

0 commit comments

Comments
 (0)