ecosystem-ci-from-pr #658
Annotations
3 errors
|
Run pnpm tsx ecosystem-ci.ts --commit 7c88b2e7695d18d729230ae99fe92891822021b3 vant
Process completed with exit code 1.
|
|
Run pnpm tsx ecosystem-ci.ts --commit 7c88b2e7695d18d729230ae99fe92891822021b3 vant:
workspace/vant/vant/packages/vant-use/dist/index.js#L12
ReferenceError: window is not defined
❯ isWindow ../vant-use/dist/index.js:12:33
❯ Module.useRect ../vant-use/dist/index.js:23:9
❯ Timeout.setHeight [as _onTimeout] src/composables/use-height.ts:13:20
❯ listOnTimeout node:internal/timers:594:17
❯ processTimers node:internal/timers:529:7
This error originated in "src/submit-bar/test/index.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|
|
Run pnpm tsx ecosystem-ci.ts --commit 7c88b2e7695d18d729230ae99fe92891822021b3 vant:
workspace/vant/vant/packages/vant-use/dist/index.js#L12
ReferenceError: window is not defined
❯ isWindow ../vant-use/dist/index.js:12:33
❯ Module.useRect ../vant-use/dist/index.js:23:9
❯ Timeout.setHeight [as _onTimeout] src/composables/use-height.ts:13:20
❯ listOnTimeout node:internal/timers:594:17
❯ processTimers node:internal/timers:529:7
This error originated in "src/submit-bar/test/index.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|
Loading