diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/core.test.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/core.test.js b/test/core.test.js index c7370abf..0ddcc2d1 100644 --- a/test/core.test.js +++ b/test/core.test.js @@ -17,7 +17,8 @@ */ import {describe, expect, test} from 'vitest'; -import {DynamicProperty, deepEqual} from '../ext/js/core.js'; +import {DynamicProperty} from '../ext/js/core/dynamic-property.js'; +import {deepEqual} from '../ext/js/core/utilities.js'; /** */ function testDynamicProperty() { |