From d781e207c80fac6010bc1370e27fbbb54768fbbc Mon Sep 17 00:00:00 2001 From: Kevin Gibbons Date: Mon, 23 Jul 2018 17:32:44 -0700 Subject: [PATCH] Docs: fix typo in path (#8372) [skip ci] --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index eaa84cd98f..a73eceb87b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 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 descriptive name, and add the following: