Fix path (#78)

The current one seems like an uncommon Windows-like notation.
This commit is contained in:
Sven-Hendrik Haase 2019-08-23 16:42:51 +02:00 committed by Danny McCormick
parent 6b9630ac94
commit ac007c0698

View File

@ -78,7 +78,7 @@ async function run() {
run();
```
Modify tests in `__tests__\main.test.ts`. The template uses [jest](https://github.com/facebook/jest).
Modify tests in `__tests__/main.test.ts`. The template uses [jest](https://github.com/facebook/jest).
## Build and Test