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
+5
View File
@@ -25,5 +25,10 @@
},
"eslintConfig": {
"root": true
},
"jest": {
"testPathIgnorePatterns": [
"generator-exercise/"
]
}
}