Browse Source

Enable e2e tests again on lesspass-pure

pull/599/head
Guillaume Vincent 3 years ago
parent
commit
90bc3684c6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      packages/lesspass-pure/package.json

+ 1
- 1
packages/lesspass-pure/package.json View File

@@ -11,7 +11,7 @@
"i18n:translate": "node src/i18n/translate.js",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"test": "npm run test:unit",
"test": "npm run test:unit && npm run test:e2e",
"test:watch": "jest --watch",
"test:unit": "jest",
"test:e2e": "start-server-and-test start http://localhost:8000 cypress:run"


Loading…
Cancel
Save