Skip to content

Commit

Permalink
Fix test files regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
artonge committed Feb 2, 2022
1 parent 5e5c31e commit c6301df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"watch": "NODE_ENV=development webpack --progress --watch --config webpack.dev.js",
"lint": "eslint '**/src/**/*.{vue,js}'",
"lint:fix": "eslint '**/src/**/*.{vue,js}' --fix",
"test": "jest",
"test": "jest core/ --testRegex='[sS]pec.[tj]s'",
"test:watch": "jest --watch",
"test:jsunit": "karma start tests/karma.config.js --single-run"
},
Expand Down

0 comments on commit c6301df

Please sign in to comment.