File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 13
13
"scripts" : {
14
14
"test" : " NODE_OPTIONS=--experimental-vm-modules JEST_SUITE_NAME='Unit Tests' jest --runInBand --detectOpenHandles --forceExit --coverage --coverageDirectory='coverage/unit' --testPathIgnorePatterns=\" .*/e2e/.*\" " ,
15
15
"test-e2e" : " NODE_OPTIONS=--experimental-vm-modules JEST_SUITE_NAME='Jest E2E Tests' JEST_JUNIT_OUTPUT_NAME='junit-e2e.xml' jest --runInBand --detectOpenHandles --forceExit --coverage --coverageDirectory='coverage/e2e' --testPathIgnorePatterns=\\\" .*/unit/.*\\\" " ,
16
- "solo" : " NODE_OPTIONS=--experimental-vm-modules node solo.mjs" ,
16
+ "solo" : " NODE_OPTIONS=--experimental-vm-modules node --no-deprecation solo.mjs" ,
17
17
"check" : " remark . --quiet --frail && eslint ." ,
18
18
"format" : " remark . --quiet --frail --output && eslint --fix ."
19
19
},
You can’t perform that action at this time.
0 commit comments