log import code#10731
Conversation
|
create-cloudflare
@cloudflare/kv-asset-handler
miniflare
@cloudflare/pages-shared
@cloudflare/unenv-preset
@cloudflare/vite-plugin
@cloudflare/vitest-pool-workers
@cloudflare/workers-editor-shared
wrangler
commit: |
5064ea4 to
849e972
Compare
| @@ -44,20 +47,17 @@ function collectMessagesContaining<T>( | |||
| return collection; | |||
| } | |||
|
|
|||
| describe("DevEnv", () => { | |||
| describe("DevEnv", { sequential: true }, () => { | |||
There was a problem hiding this comment.
isn't running tests sequentially the default? 🤔
https://vitest.dev/guide/parallelism.html#test-parallelism
(maybe you intentionally want to make it extra clear/evident here?)
There was a problem hiding this comment.
I was being super-cautious because I think it is possible to override the default at the config/CLI level.
849e972 to
7311242
Compare
Fixes #[insert GH or internal issue link(s)].
Describe your change...