rsnext/test
Tim Neutkens 4e435e2fe6
Skip webpack specific tests in Turbopack test run (#56877)
Looked for `webpack(config` in the test suites and disabled the ones that are testing webpack specifically. There are a few more that are not skipped as they should be implemented for Turbopack.
2023-10-16 10:34:50 +00:00
..
.stats-app misc: tweak stats github action (#56694) 2023-10-12 08:27:44 +00:00
__mocks__ [edge] bump @edge-runtime/* package suite (#49092) 2023-05-31 08:03:20 +00:00
development feat(turbopack): support basic next/dynamic (#56389) 2023-10-16 10:24:54 +02:00
e2e Fix CSP test when using Turbopack (#56833) 2023-10-14 20:07:29 +00:00
examples feat(cli): introduce --tailwind flag (#46927) 2023-03-16 16:06:27 +01:00
integration Skip webpack specific tests in Turbopack test run (#56877) 2023-10-16 10:34:50 +00:00
lib (test only) Integration tests: remove flatMap polyfill (#56546) 2023-10-10 20:39:54 +00:00
production fix static worker restart behavior (#56728) 2023-10-12 00:19:29 +00:00
unit More Turbopack fixes (#56299) 2023-10-02 13:55:23 +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
jest.d.ts refactor smooth scroll bailout logic in app navigations (#53186) 2023-07-27 14:39:51 +00:00
readme.md
test-file.txt
turbopack-tests-manifest.json Turbopack: Chunking Refactoring (#56756) 2023-10-13 11:44:44 +00:00

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