Skip to content

Commit fc1d6ae

Browse files
committed
Fix test files regexp
1 parent 4b8bf75 commit fc1d6ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
1414
"lint": "eslint '**/src/**/*.{vue,js}'",
1515
"lint:fix": "eslint '**/src/**/*.{vue,js}' --fix",
16-
"test": "jest",
16+
"test": "jest core/ --testRegex='[sS]pec.[tj]s'",
1717
"test:watch": "jest --watch"
1818
},
1919
"repository": {
@@ -139,4 +139,4 @@
139139
"^.+\\.vue$": "vue-jest"
140140
}
141141
}
142-
}
142+
}

0 commit comments

Comments
 (0)