Docs: fix typo in path (#8372) [skip ci]

This commit is contained in:
Kevin Gibbons 2018-07-23 17:32:44 -07:00 committed by Henry Zhu
parent 8b10a44fe1
commit d781e207c8

View File

@ -230,7 +230,7 @@ If the test requires a minimum Node version, you can add `minNodeVersion` (must
Writing tests for the babel parser is very Writing tests for the babel parser is very
similar to the other packages. similar to the other packages.
Inside the `packages/babel-parser/tests/fixtures` folder are categories/groupings of test fixtures (es2015, flow, Inside the `packages/babel-parser/test/fixtures` folder are categories/groupings of test fixtures (es2015, flow,
etc.). To add a test, create a folder under one of these groupings (or create a new one) with a etc.). To add a test, create a folder under one of these groupings (or create a new one) with a
descriptive name, and add the following: descriptive name, and add the following: