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

index 18a94dda6e0f46a019b03b58b692945b00333048..1f5b9ae24ab95c7eb59b13caaae8a65b3197127a 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",