Skip to content

Commit

Permalink
test path pattern adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
klemmchr committed Nov 17, 2019
1 parent 15fab69 commit 5174a08
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 @@ -24,7 +24,7 @@
"e2e": "start-server-and-test dev http://localhost:9000/ cypress",
"e2e-upd": "yarn lint && jest e2e -u --config e2e/jest.config.js",
"dev": "webpack-dev-server --config webpack.config.e2e.js",
"test": "yarn lint && jest src",
"test": "yarn lint && jest --testPathPattern src/.*",
"test:watch": "jest --watch src",
"prepublishOnly": "yarn build && yarn release && yarn test",
"prepush": "yarn test"
Expand Down

0 comments on commit 5174a08

Please sign in to comment.