NPM: incorrect dependency for @cloudflare/vitest-pool-workers #8082
Labels
bug
Something that isn't working
needs reproduction
Needs reproduction from OP
vitest
Relating to the Workers Vitest integration
@cloudflare/vitest-pool-workers
depends on@vitest/runner/utils
exporting a functiongetTestName
.This function was first exposed by vitest-dev/vitest#6716
And released in
2.1.4
.Meaning this peer dependency is incorrect:
workers-sdk/packages/vitest-pool-workers/package.json
Line 80 in bff209d
As
@vitest/runner/utils < 2.1.4
will fail withThe text was updated successfully, but these errors were encountered: