1
0
Fork 0

Fix path (#78)

The current one seems like an uncommon Windows-like notation.
pull/83/head
Sven-Hendrik Haase 2019-08-23 16:42:51 +02:00 committed by Danny McCormick
parent 6b9630ac94
commit ac007c0698
1 changed files with 1 additions and 1 deletions

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