Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Mar 14, 2021
1 parent a2ba992 commit eb776a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import { module, test } from 'qunitx';
Example:

```js
// some-test.js:
// in some-test.js: (typescript is also supported for --browser mode)
import { module, test } from 'qunitx';
import $ from 'jquery';

Expand All @@ -53,6 +53,7 @@ module('Basic sanity check', function (hooks) {
```

```zsh
# you can run the test in node with ES modules package.json{ "type": "module" }
$ qunitx some-test.js

# or if you want to run it in browser:
Expand Down

0 comments on commit eb776a4

Please sign in to comment.