Skip to content

Commit faf95ea

Browse files
committed
docs(readme): fix
1 parent aef602e commit faf95ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ You can set test directory in your `package.json`
3535

3636
Then, run mocha with `--compilers js:espower-typescript/guess`
3737

38-
$ mocha --compilers js:espower-typescript/guess spec/**/*.js
38+
```console
39+
$ mocha --compilers ts:espower-typescript/guess spec/**/*.ts
40+
```
3941

4042
Note: `'espower-typescript/guess'` is inspired by [intelli-espower-loader](https://github.com/azu/intelli-espower-loader)
4143

0 commit comments

Comments
 (0)