rsnext/test
Jimmy Lai 4e27b908fe
misc: fix injecting --inspect with NODE_OPTIONS (#57159)
This PR fixes the passing of the `--inspect` option when calling Next.js with it. It's still not great because you need to target the next file in node_modules directly but I'll add a `next --inspect` option in the future.
2023-10-21 00:49:41 +00:00
..
.stats-app chore: lower Node.js version requirement (#56943) 2023-10-17 23:15:31 +02:00
development misc: fix injecting --inspect with NODE_OPTIONS (#57159) 2023-10-21 00:49:41 +00:00
e2e Remove the experimental serverActions flag (#57145) 2023-10-20 20:45:25 +00:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration Turbopack: support more server code in tracing error stack frames (#57156) 2023-10-20 17:09:10 -07:00
lib chore: drop web streams polyfilling on globalThis (#57077) 2023-10-20 19:38:35 +00:00
production Move ImageResponse to next/og (#56662) 2023-10-19 14:26:48 +00:00
unit chore: drop undici (#56899) 2023-10-19 18:35:12 +00:00
.gitignore ci(workflow): enable test trace upload (#51107) 2023-06-12 17:14:13 +00:00
build-turbopack-tests-manifest.js Turbopack: Chunking Refactoring (#56756) 2023-10-13 11:44:44 +00:00
jest-setup-after-env.ts Decrease default test timeouts (#56116) 2023-09-27 23:55:20 +00:00
readme.md refactor: split up CONTRIBUTING.md (#40515) 2022-09-16 14:54:58 -07:00
test-file.txt
turbopack-tests-manifest.json Remove the experimental serverActions flag (#57145) 2023-10-20 20:45:25 +00:00

See Testing for more information on how you can run/write/debug tests for Next.js.