We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cf962a commit 555cd19Copy full SHA for 555cd19
ui/package.json
@@ -16,7 +16,7 @@
16
"build": "webpack --mode production",
17
"mock-vertx": "node ./src/DevUtils/MockVertx",
18
"test": "jest",
19
- "test:e2e": "jest -c jest.config.e2e.js",
+ "test:e2e": "NODE_OPTIONS=--no-deprecation jest -c jest.config.e2e.js",
20
"storybook": "start-storybook",
21
"build-storybook": "build-storybook -o .out",
22
"lint": "eslint .",
0 commit comments