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 Oct 21, 2021
1 parent 4b8bf75 commit fc1d6ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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"
},
"repository": {
Expand Down Expand Up @@ -139,4 +139,4 @@
"^.+\\.vue$": "vue-jest"
}
}
}
}

0 comments on commit fc1d6ae

Please sign in to comment.