Skip to content

Commit c1efd5d

Browse files
committed
output of cypress to stderr
1 parent 8c0c428 commit c1efd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"build.dev": "ng build --configuration development",
1111
"build": "ng build --configuration production",
1212
"watch": "ng build --watch --configuration development",
13-
"test": "cypress run --component",
13+
"test": "cypress run --component 3>&2 2>&1 1>&3",
1414
"prepare": "npm run build",
1515
"test-debug": "ng test --browsers ChromeDebug --karma-config ./karma.conf.ts",
1616
"prettier": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,json}\""

0 commit comments

Comments
 (0)