Skip to content

Commit 906af5d

Browse files
authored
Merge pull request #482 from cloudinary/fix/remove-broken-test
2 parents 919a7db + f0f5d87 commit 906af5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.1.0",
44
"description": "",
55
"scripts": {
6-
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size && npm run test:import:require",
6+
"test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",
77
"test:size": "ts-node -O '{\"module\":\"CommonJS\"}' __TESTS_BUNDLE_SIZE__/bin/bin.ts",
88
"test:comp": "node ./scripts/updateCompliationTests.js && jest __TESTS__/compilationsOutput.test.ts --coverage",
99
"test:comp:service": "ts-node devTools/sanity/index.ts && jest __TESTS__/compilation.test.ts",

0 commit comments

Comments
 (0)