We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 919a7db + f0f5d87 commit 906af5dCopy full SHA for 906af5d
package.json
@@ -3,7 +3,7 @@
3
"version": "1.1.0",
4
"description": "",
5
"scripts": {
6
- "test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size && npm run test:import:require",
+ "test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
7
"test:size": "ts-node -O '{\"module\":\"CommonJS\"}' __TESTS_BUNDLE_SIZE__/bin/bin.ts",
8
"test:comp": "node ./scripts/updateCompliationTests.js && jest __TESTS__/compilationsOutput.test.ts --coverage",
9
"test:comp:service": "ts-node devTools/sanity/index.ts && jest __TESTS__/compilation.test.ts",
0 commit comments