Skip to content

Commit

Permalink
Updating testing-overview.md (#6802)
Browse files Browse the repository at this point in the history
A very very minor update, I think the testing-overview.md file is missing a square bracket at line #46.
  • Loading branch information
Nahid F. Mohit authored and gziolo committed May 18, 2018
1 parent 3fd06df commit e874187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/testing-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Keep your tests in a `test` folder in your working directory. The test file shou

Only test files (with at least one test case) should live directly under `/test`. If you need to add external mocks or fixtures, place them in a sub folder, for example:

* `test/mocks/[file-name.js`
* `test/mocks/[file-name].js`
* `test/fixtures/[file-name].js`

### Importing tests
Expand Down

0 comments on commit e874187

Please sign in to comment.