Skip to content

Commit d387742

Browse files
committed
cds v9 8
1 parent c961e68 commit d387742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"scripts": {
1212
"patch": "npx patch-package",
13-
"test": "jest",
13+
"test": "CDS_STRICT_NODE_VERSION=false jest",
1414
"test:coverage": "jest --runInBand --coverageReporters=html --coverageReporters=text-summary",
1515
"test:remove-inline-snapshots": "npx replace '\\.toMatchInlineSnapshot\\(\\s*`[\\s\\S]*?`\\s*\\);' '.toMatchInlineSnapshot();' test -r --include='*.test.js'",
1616
"lint": "npm run prettier && npm run eslint && npm run jsdoc",

0 commit comments

Comments
 (0)