Skip to content

Commit c8857b8

Browse files
author
xandora
authored
Ignore 'generator-exercise' folder when running npm test.
1 parent c8f3ff9 commit c8857b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,10 @@
2525
},
2626
"eslintConfig": {
2727
"root": true
28+
},
29+
"jest": {
30+
"testPathIgnorePatterns": [
31+
"generator-exercise/"
32+
]
2833
}
2934
}

0 commit comments

Comments
 (0)