rsnext/test
Jiachi Liu c5207751a2
Polish turbopack start logging (#57203)
Bring a tiny util to get a `(turbo)` label after next.js info for turbopack dev-server logging and also remove the disclaimer of "thank you for trying".

### After

<img width="597" alt="image" src="https://github.com/vercel/next.js/assets/4800338/c3658775-3ce6-48fc-8128-7baebe9f104b">


### Before

<img width="597" alt="image" src="https://github.com/vercel/next.js/assets/4800338/d008dd0b-4c58-4612-b1c4-d5e97e041c1b">


* Fixes the bad dim color
* Colorize the `Next.js (turbo)` label
* Move the learning link down after start message
* Use Log util to format logs
* Remove "v13" related text
2023-10-23 02:53:40 +00:00
..
.stats-app chore: lower Node.js version requirement (#56943) 2023-10-17 23:15:31 +02:00
development Leverage defineEnv for all environment variables in Turbopack (#57196) 2023-10-22 15:37:48 -07:00
e2e fix(loader_tree): propagate metadata to corresponding layout (#56956) 2023-10-21 21:24:40 +00:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration Polish turbopack start logging (#57203) 2023-10-23 02:53:40 +00: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: reenable some skipped test cases (#57177) 2023-10-21 15:11:27 -07:00
jest-setup-after-env.ts Decrease default test timeouts (#56116) 2023-09-27 23:55:20 +00:00
readme.md
test-file.txt
turbopack-tests-manifest.json update test manifest (#57105) 2023-10-22 19:00:00 +00:00

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