theatre/compat-tests/fixtures/next-latest/package
Aria Minaei e856ee54ff Use a temp directory to install the compat test fixtures
This is a way to run `npm install` on the compat test fixtures without the node_modules at the root of the repo interfering with the node's module resolution (and that of parcel/webpack/etc).

It's hacky because ideally we'd just put each test in its own docker container for simplicity. We tried that in the private repo, but the complexity is not worth the benefit.
2023-08-01 17:47:17 +02:00
..
pages Add vite's tests to parcel's and next's 2023-08-01 17:47:17 +02:00
public Add vite's tests to parcel's and next's 2023-08-01 17:47:17 +02:00
src/App Add more compat tests 2023-08-01 17:47:17 +02:00
.gitignore Add vite's tests to parcel's and next's 2023-08-01 17:47:17 +02:00
next-env.d.ts Use a temp directory to install the compat test fixtures 2023-08-01 17:47:17 +02:00
package.json Add correct deps to compat fixtures 2023-08-01 17:47:17 +02:00
README.md Add vite's tests to parcel's and next's 2023-08-01 17:47:17 +02:00
tsconfig.json Use a temp directory to install the compat test fixtures 2023-08-01 17:47:17 +02:00

This is a starter template for Learn Next.js.