rsnext/test/integration/css-fixtures
OJ Kwon 360142d409
tests(next-dev): migrate basic tailwind tests for turbopack (#55118)
Closes WEB-1518

### What?

This PR refactors test cases from next-dev, tests basic tailwind rendering with turbopack. It still runs against plain next.js too. While checking, noticed there's a stub fixture (css-fixture/with-tailwindcss) but those fixture seems not being used in the test. Moved those and utilized. Since this test runs against next.js / turbopack both anyway, moving fixture should not be a huge regression I believe.
2023-09-11 15:44:39 +00:00
..
3rd-party-module/pages
bad-custom-configuration
bad-custom-configuration-arr-1
bad-custom-configuration-arr-2
bad-custom-configuration-arr-3
bad-custom-configuration-arr-4
bad-custom-configuration-arr-5
bad-custom-configuration-arr-6
bad-custom-configuration-arr-7
bad-custom-configuration-arr-8
bad-custom-configuration-func
basic-module/pages
catch-all-module/pages/[...post]
compilation-and-prefixing
composes-basic/pages
composes-external/pages
composes-ordering/pages BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
csp-style-src-nonce BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
custom-configuration
custom-configuration-arr
custom-configuration-loader Fix disabling of built-in CSS support if there is a custom loader (#31078) 2021-11-29 15:19:39 +01:00
data-url/pages fix: data url handling in css-loader (#34034) 2022-02-06 11:10:14 -06:00
dev-module Fix turbo css-modules test (#42103) 2022-10-28 17:39:48 -07:00
dynamic-route-module/pages/[post]
global-and-module-ordering
hmr-module/pages
hydrate-without-deps/pages BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
import-global-from-module
invalid-global
invalid-global-module
invalid-global-with-app
invalid-module
invalid-module-document
multi-global
multi-global-reversed
multi-module BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
multi-page BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
nested-global
next-issue-12343 BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
next-issue-15468
nm-module
nm-module-nested
npm-import
npm-import-bad
npm-import-nested
prod-module/pages
single-global
single-global-special-characters/a+b Fix custom app file regex (#29525) 2021-09-30 16:10:20 -05:00
single-global-src
transition-cleanup/pages BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
transition-react/pages BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
transition-reload/pages BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
unresolved-css-url
unused/pages
url-global
url-global-asset-prefix-1
url-global-asset-prefix-2
valid-and-invalid-global
with-styled-jsx
with-tailwindcss-and-purgecss BREAKING CHANGE: Enable newNextLinkBehavior (#41459) 2022-10-17 21:20:28 -04:00
next.config.js