We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fc6215 commit 154bad9Copy full SHA for 154bad9
test/test.mjs
@@ -1,7 +1,7 @@
1
import { expect } from 'chai';
2
import { JSDOM } from 'jsdom';
3
import jquery from 'jquery';
4
-import param from '../dist/esm/jquery-param.mjs';
+import param from 'jquery-param';
5
6
describe('equivalence', function () {
7
var $ = jquery(new JSDOM().window),
0 commit comments