Skip to content

Commit 984d977

Browse files
committed
test: intentionally break deps installation / fixture build to test prepare script changes
1 parent fe86e9f commit 984d977

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/fixtures/wasm-src/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"@vercel/og": "latest",
1212
"next": "latest",
1313
"react": "18.2.0",
14-
"react-dom": "18.2.0"
14+
"react-dom": "18.2.0",
15+
"package-that-does-not-exist": "^1.0.0"
1516
}
1617
}

tests/fixtures/wasm/middleware.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default async function middleware(request) {
1010
const value = await increment(input)
1111
return new Response(null, { headers: { data: JSON.stringify({ input, value }) } })
1212
}
13-
13+
blah blah - this should not build
1414
export const config = {
1515
matcher: '/wasm',
1616
}

0 commit comments

Comments
 (0)