Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix test files regexp
  • Loading branch information
artonge committed Feb 2, 2022
commit c6301dfba38f6af68e162e5edd0f7a3f9eaf5a5a
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