Skip to content

Add scripting variants #5889

Add scripting variants

Add scripting variants #5889

Triggered via pull request January 23, 2025 13:52
Status Failure
Total duration 1m 30s
Artifacts

ci.yml

on: pull_request
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors
src/intellisense.test.ts > getVariants: packages/tailwindcss/src/intellisense.test.ts#L49
Error: Snapshot `getVariants 1` mismatched - Expected + Received @@ -85,10 +85,12 @@ "ltr", "rtl", "dark", "print", "forced-colors", + "noscript", + "scripting", ], }, { "hasDash": true, "isArbitrary": true, ❯ src/intellisense.test.ts:49:20
src/variants.test.ts > noscript: packages/tailwindcss/src/variants.test.ts#L1940
Error: Snapshot `noscript 1` mismatched - Expected + Received - "@media (scripting: none) { - .noscript\:flex { - display: flex; - } - }" + Promise {} ❯ src/variants.test.ts:1940:36
src/variants.test.ts > scripting: packages/tailwindcss/src/variants.test.ts#L1950
Error: Snapshot `scripting 1` mismatched - Expected + Received - "@media (scripting: enabled) { - .scripting\:flex { - display: flex; - } - }" + Promise {} ❯ src/variants.test.ts:1950:37
Linux
Process completed with exit code 1.