Skip to content

Commit a0252f8

Browse files
committed
chore: Add rules avoiding processing of tests/json-test-suite
1 parent a5e83b0 commit a0252f8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ coverage/
22
dist/
33
node_modules/
44
/docs-slate/
5+
/tests/json-test-suite/
56
/tests/yaml-test-suite/

jest.config.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
let moduleNameMapper
2-
const testPathIgnorePatterns = ['tests/common', 'cst/common']
2+
const testPathIgnorePatterns = [
3+
'cst/common',
4+
'tests/common',
5+
'tests/json-test-suite'
6+
]
37

48
// The npm script name is significant.
59
switch (process.env.npm_lifecycle_event) {

0 commit comments

Comments
 (0)