test: modify JavaScript example in README

This commit is contained in:
Yuta Hiroto 2019-03-01 19:43:33 +09:00
parent 685a0626cb
commit ebe51482b5
No known key found for this signature in database
GPG Key ID: E03998F3E2B165C2
1 changed files with 1 additions and 1 deletions

View File

@ -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