Ver a proveniência

Enable e2e tests again on lesspass-pure

pull/599/head
Guillaume Vincent há 3 anos
ascendente
cometimento
90bc3684c6
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      packages/lesspass-pure/package.json

+ 1
- 1
packages/lesspass-pure/package.json Ver ficheiro

@@ -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"


Carregando…
Cancelar
Guardar