Skip to content

Commit

Permalink
Update Jest homepage URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed Aug 1, 2018
1 parent 32fdca2 commit cdf042c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/README.md
Expand Up @@ -19,10 +19,10 @@ Watch mode:
yarn jest --watch ConfigTestCases
```

See also: [Jest CLI docs](https://facebook.github.io/jest/docs/cli.html)
See also: [Jest CLI docs](https://jestjs.io/docs/cli)

## Test suite overview
We use Jest for our tests. For more information on Jest you can visit their [homepage](https://facebook.github.io/jest/)!
We use Jest for our tests. For more information on Jest you can visit their [homepage](https://jestjs.io/)!

### Class Tests
All test files can be found in *.test.js. There are many tests that simply test API's of a specific class/file (such as `Compiler`, `Errors`, Integration, `Parser`, `RuleSet`, Validation).
Expand Down

0 comments on commit cdf042c

Please sign in to comment.