Skip to content

Commit

Permalink
test: modify JavaScript example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Mar 1, 2019
1 parent 685a062 commit ebe5148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Please follow the approach described bellow:
* write your test code in `statsCases/` folder by creating a separate folder for it, for example `statsCases/some-file-import-stats/index.js`

```javascript
import(./someModule);
import("./someModule");
```
* don't forget the `webpack.config.js`
* run the test
Expand Down

0 comments on commit ebe5148

Please sign in to comment.