Fix GitHub CI run on windows
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 31 May 2022 20:17:11 +0000 (22:17 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 31 May 2022 20:17:11 +0000 (22:17 +0200)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
package.json

index 1f5b9ae24ab95c7eb59b13caaae8a65b3197127a..27addef6b46214e14df68412b9701271d33b112f 100644 (file)
@@ -63,7 +63,7 @@
     "lint:fix": "cross-env TIMING=1 eslint --cache --fix --ext .js,.ts src",
     "format": "prettier --write .",
     "import-sort": "npx import-sort-cli --write 'src/**/*.ts{,x}'",
-    "test": "cross-env TS_NODE_COMPILER_OPTIONS={\"module\": \"commonjs\"} nyc mocha test/**/*Test.ts",
+    "test": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} nyc mocha test/**/*Test.ts",
     "coverage": "nyc report --reporter=lcov",
     "coverage:html": "nyc report --reporter=html",
     "clinic:clean": "clinic clean",