We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c961e68 commit d387742Copy full SHA for d387742
package.json
@@ -10,7 +10,7 @@
10
],
11
"scripts": {
12
"patch": "npx patch-package",
13
- "test": "jest",
+ "test": "CDS_STRICT_NODE_VERSION=false jest",
14
"test:coverage": "jest --runInBand --coverageReporters=html --coverageReporters=text-summary",
15
"test:remove-inline-snapshots": "npx replace '\\.toMatchInlineSnapshot\\(\\s*`[\\s\\S]*?`\\s*\\);' '.toMatchInlineSnapshot();' test -r --include='*.test.js'",
16
"lint": "npm run prettier && npm run eslint && npm run jsdoc",
0 commit comments