From 97ff4a1395d2d385c594f7ad1bb309db047d4b88 Mon Sep 17 00:00:00 2001 From: pkupczyk <piotr.kupczyk@id.ethz.ch> Date: Fri, 14 Aug 2020 11:46:51 +0200 Subject: [PATCH] NG_UI : change "inspect-brk" to "inspect" as it is discouraged with the new VSCode JS debugger --- openbis_ng_ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbis_ng_ui/package.json b/openbis_ng_ui/package.json index ebcc32c5bed..bc3ca50546c 100644 --- a/openbis_ng_ui/package.json +++ b/openbis_ng_ui/package.json @@ -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" } } -- GitLab