Skip to content

Commit

Permalink
NMS-16477: warnOnly for some jest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
synqotik committed Sep 12, 2024
1 parent 53a0813 commit cb43985
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion core/web-assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,14 @@
"<rootDir>/src/test/java/",
"<rootDir>/src/test/resources/",
"<rootDir>/target/"
]
],
"globals": {
"ts-jest": {
"diagnostics": {
"warnOnly": true
}
}
}
},
"scripts": {
"webpack": "cross-env NODE_OPTIONS=\"--max-old-space-size=4096 --openssl-legacy-provider\" webpack --colors --display-error-details --env=development",
Expand Down

0 comments on commit cb43985

Please sign in to comment.