Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit ac49334

Browse files
ignoring tests in template
1 parent be67734 commit ac49334

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@
1616
"bin": {
1717
"create-nteract-app": "./src/index.js"
1818
},
19+
"jest": {
20+
"testPathIgnorePatterns": [
21+
"/node_modules/",
22+
"src/*",
23+
"snow-leopard/*"
24+
]
25+
},
1926
"husky": {
2027
"hooks": {
2128
"pre-commit": "lint-staged"

0 commit comments

Comments
 (0)