mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 12:37:53 +00:00
Rename test name
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
|
||||
PUPPETEER_HOST = http://127.0.0.1:8080
|
||||
PUPPETEER_PORT = 8080
|
||||
PUPPETEER_OPEN_CHROME = false
|
||||
@@ -14,5 +14,7 @@ module.exports = {
|
||||
launch: {
|
||||
dumpio: true,
|
||||
headless: openChrome != 'true',
|
||||
product: 'chrome',
|
||||
},
|
||||
browserContext: 'default',
|
||||
}
|
||||
+1
-2
@@ -7,11 +7,10 @@
|
||||
"ng": "ng",
|
||||
"start": "ng serve",
|
||||
"build": "ng build",
|
||||
"test": "ng test",
|
||||
"lint": "ng lint",
|
||||
"e2e": "ng e2e",
|
||||
"nice": "node server.js",
|
||||
"jest": "jest --runInBand"
|
||||
"test": "jest --detectOpenHandles --runInBand"
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user