Skip to content

Commit 8294b81

Browse files
committed
Revert "test: intentionally break deps installation / fixture build to test prepare script changes"
This reverts commit 0d9c1f4.
1 parent 0d9c1f4 commit 8294b81

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tests/fixtures/wasm-src/package.json

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

tests/fixtures/wasm/middleware.js

+1-1
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-
blah blah - this should not build
13+
1414
export const config = {
1515
matcher: '/wasm',
1616
}

0 commit comments

Comments
 (0)