Skip to content
Snippets Groups Projects
Commit 97ff4a13 authored by piotr.kupczyk@id.ethz.ch's avatar piotr.kupczyk@id.ethz.ch
Browse files

NG_UI : change "inspect-brk" to "inspect" as it is discouraged with the new VSCode JS debugger

parent ef8fdb82
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@
"lint": "eslint --ext .js,.jsx src/js srcTest/js",
"lint:fix": "eslint --ext .js,.jsx src/js srcTest/js --fix",
"test": "jest",
"test:debug": "node --inspect-brk=9229 ./node_modules/.bin/jest --runInBand",
"test:debug": "node --inspect=9229 ./node_modules/.bin/jest --runInBand",
"test:watch": "npm test -- --watch"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment