Rename test name

This commit is contained in:
Peter Maquiran
2021-07-11 07:36:41 +01:00
parent 64a17b7283
commit 19f307d96d
4 changed files with 4 additions and 7 deletions
-4
View File
@@ -1,4 +0,0 @@
PUPPETEER_HOST = http://127.0.0.1:8080
PUPPETEER_PORT = 8080
PUPPETEER_OPEN_CHROME = false
+2
View File
@@ -14,5 +14,7 @@ module.exports = {
launch: { launch: {
dumpio: true, dumpio: true,
headless: openChrome != 'true', headless: openChrome != 'true',
product: 'chrome',
}, },
browserContext: 'default',
} }
+1 -2
View File
@@ -7,11 +7,10 @@
"ng": "ng", "ng": "ng",
"start": "ng serve", "start": "ng serve",
"build": "ng build", "build": "ng build",
"test": "ng test",
"lint": "ng lint", "lint": "ng lint",
"e2e": "ng e2e", "e2e": "ng e2e",
"nice": "node server.js", "nice": "node server.js",
"jest": "jest --runInBand" "test": "jest --detectOpenHandles --runInBand"
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
+1 -1
View File
@@ -38,7 +38,7 @@ cp ./.env.example ./.env
# incase you don't have a local build yet # incase you don't have a local build yet
ionic serve build --prod ionic serve build --prod
npm run jest npm run test
``` ```
## Contributing ## Contributing