We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f38fde commit 635fd83Copy full SHA for 635fd83
package.json
@@ -40,7 +40,9 @@
40
"test:integration:api-tests": "node --test integrationTests/apiTests/tests/testSuite.mjs",
41
"test:integration": "node integrationTests/utils/scripts/run.ts",
42
"test:unit": "mocha --config unitTests/.mocharc.json",
43
- "test:unit:all": "npm run test:unit unitTests"
+ "test:unit:all": "npm run test:unit unitTests",
44
+ "test:unit:typestrip": "env NODE_OPTIONS='--conditions=typestrip' npm run test:unit",
45
+ "test:unit:typestrip:all": "npm run test:unit:typestrip unitTests"
46
},
47
"imports": {
48
"#src/*": {
0 commit comments