WIP - Rewriting tests to use vitest #3286
windows-ci.yml
on: pull_request
Windows Integration Tests
3m 51s
Annotations
2 errors
test/http/integration_test.ts:
test/http/integration_test.ts#L6
Error: @vitest/browser/context can be imported only inside the Browser Mode. Your test is running in forks pool. Make sure your regular tests are excluded from the "test.include" glob pattern.
❯ node_modules/@vitest/browser/context.js:12:7
❯ test/http/integration_test.ts:6:31
|
Windows Integration Tests
Process completed with exit code 1.
|