Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vitest-dev/vitest
/ exports-error.test.js
File
exports-error.test.js
test/cli/fixtures/fails/exports-error.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ test, vi } from
'vitest'
2
3
test(
'__vite_ssr_import__ is removed in error'
, () => {
4
// vi is not a function
Callers
nothing calls this directly
Calls
2
test
Function · 0.50
vi
Function · 0.50
Tested by
no test coverage detected