|
40 | 40 | "watch": "webpack --progress --watch --mode=development", |
41 | 41 | "eslint": "eslint --cache-location=node_modules/.cache/.eslintcache/ '*/**/*.{js,ts}'", |
42 | 42 | "test": "jest --detectOpenHandles", |
43 | | - "test-unit": "jest test/unit --detectOpenHandles", |
| 43 | + "test-unit": "jest test/unit --verbose --useStderr --detectOpenHandles", |
44 | 44 | "test-types": "(cd test/exports && npm run link) && tsc --noEmit --incremental --project ./tsconfig.test.json", |
45 | 45 | "coverage": "jest --coverage", |
46 | | - "test-integration": "jest --forceExit test/integration", |
| 46 | + "test-integration": "jest --verbose --useStderr --forceExit test/integration", |
47 | 47 | "test-exports": "cd test/exports && npm run link && npm test", |
48 | | - "test-integration-no-resend": "jest --forceExit --testTimeout=15000 --testPathIgnorePatterns='resend|Resend' --testNamePattern='^((?!(resend|Resend|resent|Resent|gap|Gap)).)*$' test/integration/*.test.*", |
49 | | - "test-integration-resend": "jest --forceExit --testTimeout=20000 --testNamePattern='(resend|Resend|resent|Resent)' test/integration/*.test.*", |
50 | | - "test-integration-dataunions": "jest --forceExit --testTimeout=15000 --runInBand test/integration/dataunion", |
| 48 | + "test-integration-no-resend": "jest --verbose --useStderr --forceExit --testTimeout=15000 --testPathIgnorePatterns='resend|Resend' --testNamePattern='^((?!(resend|Resend|resent|Resent|gap|Gap)).)*$' test/integration/*.test.*", |
| 49 | + "test-integration-resend": "jest --verbose --useStderr --forceExit --testTimeout=20000 --testNamePattern='(resend|Resend|resent|Resent)' test/integration/*.test.*", |
| 50 | + "test-integration-dataunions": "jest --verbose --useStderr --forceExit --testTimeout=15000 --runInBand test/integration/dataunion", |
51 | 51 | "test-memory": "node --gc-global --predictable-gc-schedule node_modules/.bin/jest test/memory", |
52 | | - "test-flakey": "jest --forceExit test/flakey/*", |
| 52 | + "test-flakey": "jest --verbose --useStderr --forceExit test/flakey/*", |
53 | 53 | "test-browser": "node ./test/browser/server.js & node node_modules/nightwatch/bin/nightwatch ./test/browser/browser.js && pkill -f server.js", |
54 | 54 | "install-example": "cd examples/webpack && npm ci", |
55 | 55 | "build-example": "cd examples/webpack && npm run build-with-parent", |
|
0 commit comments