We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5e83b0 commit a0252f8Copy full SHA for a0252f8
2 files changed
.prettierignore
@@ -2,4 +2,5 @@ coverage/
2
dist/
3
node_modules/
4
/docs-slate/
5
+/tests/json-test-suite/
6
/tests/yaml-test-suite/
jest.config.js
@@ -1,5 +1,9 @@
1
let moduleNameMapper
-const testPathIgnorePatterns = ['tests/common', 'cst/common']
+const testPathIgnorePatterns = [
+ 'cst/common',
+ 'tests/common',
+ 'tests/json-test-suite'
+]
7
8
// The npm script name is significant.
9
switch (process.env.npm_lifecycle_event) {
0 commit comments