test path pattern adjust

This commit is contained in:
Christian Klemm 2019-11-17 21:21:25 +01:00
parent 15fab69eca
commit 5174a085b7
No known key found for this signature in database
GPG Key ID: 57578469FC907C48

View File

@ -24,7 +24,7 @@
"e2e": "start-server-and-test dev http://localhost:9000/ cypress", "e2e": "start-server-and-test dev http://localhost:9000/ cypress",
"e2e-upd": "yarn lint && jest e2e -u --config e2e/jest.config.js", "e2e-upd": "yarn lint && jest e2e -u --config e2e/jest.config.js",
"dev": "webpack-dev-server --config webpack.config.e2e.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", "test:watch": "jest --watch src",
"prepublishOnly": "yarn build && yarn release && yarn test", "prepublishOnly": "yarn build && yarn release && yarn test",
"prepush": "yarn test" "prepush": "yarn test"