2
0
mirror of https://github.com/tenrok/vue-meta.git synced 2026-05-17 04:19:37 +03:00

chore: only run unit tests for now

This commit is contained in:
pimlie
2021-01-25 00:53:07 +01:00
parent 9cfde5b550
commit 863cccb2ca
+1 -1
View File
@@ -42,7 +42,7 @@
"lint": "eslint --ext .js,.ts src test examples",
"prerelease": "git checkout master && git pull -r",
"release": "yarn lint && yarn test && standard-version",
"test": "yarn test:unit && yarn test:e2e-ssr && yarn test:e2e-browser",
"test": "yarn test:unit",
"test:e2e-ssr": "jest test/e2e/ssr",
"test:e2e-browser": "jest test/e2e/browser",
"test:unit": "jest test/unit",