Ignore 'generator-exercise' folder when running npm test.

This commit is contained in:
xandora 2021-05-18 12:26:46 +12:00 committed by GitHub
parent c8f3ff9d1b
commit c8857b8221
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -25,5 +25,10 @@
}, },
"eslintConfig": { "eslintConfig": {
"root": true "root": true
},
"jest": {
"testPathIgnorePatterns": [
"generator-exercise/"
]
} }
} }