We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47dbbe7 commit 0f2c710Copy full SHA for 0f2c710
packages/vite-node/src/utils.ts
@@ -73,7 +73,7 @@ const prefixedBuiltins = new Set([
73
'node:sea',
74
'node:sqlite',
75
'node:test',
76
- 'node:testreporters',
+ 'node:test/reporters',
77
])
78
79
const builtins = new Set([
0 commit comments