We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03c8140 commit cd0b968Copy full SHA for cd0b968
package.json
@@ -44,7 +44,7 @@
44
"prettier:run": "prettier 'styles/*.less' '*.md' '{,.}*.yml' '.circleci/*.yml'",
45
"test": "npm-run-all build -lp test:**",
46
"test:lint": "tslint -c tslint.yml -p tsconfig.json -e test",
47
- "test:unit": "mocha",
+ "test:unit": "cross-env TS_NODE_COMPILER_OPTIONS={\\\"module\\\":\\\"commonjs\\\"} mocha",
48
"test:format": "yarn run prettier:run --list-different",
49
"fix": "npm-run-all -lp fix:**",
50
"fix:format": "yarn run prettier:run --write",
@@ -79,6 +79,7 @@
79
"@types/uuid": "^9.0.0",
80
"@types/webpack": "^5.28.0",
81
"chai": "^4.3.6",
82
+ "cross-env": "7.0.3",
83
"css-loader": "^6.7.3",
84
"html-loader": "^4.2.0",
85
"html-webpack-plugin": "^5.5.0",
0 commit comments