Skip to content

Commit 154bad9

Browse files
committed
Update test imports for ES modules
1 parent 6fc6215 commit 154bad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from 'chai';
22
import { JSDOM } from 'jsdom';
33
import jquery from 'jquery';
4-
import param from '../dist/esm/jquery-param.mjs';
4+
import param from 'jquery-param';
55

66
describe('equivalence', function () {
77
var $ = jquery(new JSDOM().window),

0 commit comments

Comments
 (0)