rsnext/test/e2e/edge-runtime-uses-edge-light-import-specifier-for-packages
Jiachi Liu 8d28d5954e
test: rename node_modules_bak to node_modules (#62066)
We switched to `pnpm` for testing instead of `yarn` for e2e tests
containing customized node_modules packages, it works with
`node_modules` folder before. Rename the existing `node_modules_bak`
hack to make it easy to test with.

Previously we use `yarn` but it will clean `node_modules` folder so we
have to use another script to copy packages, it's not a required thing
now so we can test package from node_modules directly without renaming
folders locally

Closes NEXT-2496
2024-02-15 00:42:35 +01:00
..
app [edge] support edge-light exports when bundling edge functions (#45188) 2023-02-16 13:30:34 -08:00
node_modules [edge] support edge-light exports when bundling edge functions (#45188) 2023-02-16 13:30:34 -08:00
pages [edge] support edge-light exports when bundling edge functions (#45188) 2023-02-16 13:30:34 -08:00
edge-runtime-uses-edge-light-import-specifier-for-packages.test.ts test: rename node_modules_bak to node_modules (#62066) 2024-02-15 00:42:35 +01:00
next.config.js Remove experimental config from create-next-app (#49241) 2023-05-05 00:22:28 -07:00