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.
2 parents d809cfd + 0f04d8c commit a38e5d5Copy full SHA for a38e5d5
_faq/general/esm.md
@@ -7,7 +7,7 @@ Yes. The exact process depends on how you're using Jasmine:
7
* If you're using the standalone distribution or any other in-browser setup
8
where you control the HTML tags, use `<script type="module">`.
9
* If you're using the jasmine NPM package, your scripts will be loaded using
10
- [dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import#dynamic_imports).
+ [dynamic import](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/import).
11
This means that files will be treated as ES modules if they're in a package
12
that has `"type": "module"` in its `package.json` or if their names end in
13
`.mjs`.
0 commit comments