Skip to content

Commit ef159d2

Browse files
committed
silence node depreciation warning
Signed-off-by: Lenin Mehedy <[email protected]>
1 parent c12d1ac commit ef159d2

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
@@ -13,7 +13,7 @@
1313
"scripts": {
1414
"test": "NODE_OPTIONS=--experimental-vm-modules JEST_SUITE_NAME='Unit Tests' jest --runInBand --detectOpenHandles --forceExit --coverage --coverageDirectory='coverage/unit' --testPathIgnorePatterns=\".*/e2e/.*\"",
1515
"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",
1717
"check": "remark . --quiet --frail && eslint .",
1818
"format": "remark . --quiet --frail --output && eslint --fix ."
1919
},

0 commit comments

Comments
 (0)