Skip to content

Commit

Permalink
Merge pull request #8849 from hiroppy/feature/fix-typo
Browse files Browse the repository at this point in the history
test: modify JavaScript example in README
  • Loading branch information
sokra committed Apr 8, 2019
2 parents a119b23 + ebe5148 commit 2259bbe
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 2259bbe

Please sign in to comment.