Skip to content

Commit

Permalink
test: correct imports
Browse files Browse the repository at this point in the history
  • Loading branch information
barmac authored and fake-join[bot] committed Dec 14, 2023
1 parent 26a7812 commit 5febedc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/spec/collectionSpec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Refs } from '../../dist/index.esm.js';
import { Refs } from '../../dist/index.js';

import chai from 'chai';

Expand Down
2 changes: 1 addition & 1 deletion test/spec/performanceSpec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Refs } from '../../dist/index.esm.js';
import { Refs } from '../../dist/index.js';


function trace(fn) {
Expand Down
2 changes: 1 addition & 1 deletion test/spec/refsSpec.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Refs } from '../../dist/index.esm.js';
import { Refs } from '../../dist/index.js';

import hasProperty from './has-property.js';

Expand Down

0 comments on commit 5febedc

Please sign in to comment.