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 a3e6817 commit 70d2bf2Copy full SHA for 70d2bf2
test/index.html
@@ -8,14 +8,14 @@
8
<!-- Testing dependencies -->
9
<link rel="stylesheet" href="../node_modules/mocha/mocha.css" />
10
<script src="../node_modules/mocha/mocha.js"></script>
11
- <script src="../node_modules/chai/chai.js"></script>
12
</head>
13
<body>
14
<h1>JSONPath Tests</h1>
15
<div id="mocha"></div>
16
17
<script type="module">
18
- import {JSONPath} from '../src/jsonpath-browser.js';
+ import * as chai from '../node_modules/chai/chai.js'
+ import {JSONPath} from '../dist/index-browser-esm.js';
19
20
mocha.setup('bdd');
21
window.assert = chai.assert;
0 commit comments