Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vercel/next.js
/ start-no-build.test.ts
File
start-no-build.test.ts
test/development/start-no-build/start-no-build.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ createNext } from
'e2e-utils'
2
3
describe(
'next start without next build'
, () => {
4
it(
'should show error when there is no production build'
,
async
() => {
Callers
nothing calls this directly
Calls
8
createNext
Function · 0.90
describe
Function · 0.85
includes
Method · 0.80
start
Method · 0.65
it
Function · 0.50
resolve
Function · 0.50
on
Method · 0.45
destroy
Method · 0.45
Tested by
no test coverage detected