Skip to content

Commit

Permalink
Merge pull request #7830 from ryota-murakami/patch-1
Browse files Browse the repository at this point in the history
Update Jest Homepage URL
  • Loading branch information
sokra committed Aug 2, 2018
2 parents 1e9d98c + cdf042c commit 3e30c70
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 3e30c70

Please sign in to comment.