Explorar el Código

Add test e2e in lesspass-pure

pull/483/head
Guillaume Vincent hace 5 años
padre
commit
7ebc23cb1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      packages/lesspass-pure/package.json

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

@@ -11,7 +11,7 @@
"dev": "webpack-dev-server --config webpack.dev.js",
"cypress:run": "cypress run",
"cypress:open": "cypress open",
"test": "npm run test:unit",
"test": "npm run test:unit && npm run test:e2e",
"test:unit": "jest",
"test:e2e": "start-server-and-test dev http://localhost:8000 cypress:run"
},


Cargando…
Cancelar
Guardar