ignore test for tailwind

This commit is contained in:
Stephen Zhou 2026-03-18 19:41:27 +08:00
parent 54d29cdf70
commit 63eed30e78
No known key found for this signature in database

View File

@ -8,6 +8,7 @@ const config = {
'./context/**/*.{js,ts,jsx,tsx}',
'./node_modules/streamdown/dist/*.js',
'./node_modules/@streamdown/math/dist/*.js',
'!./**/*.{test,spec}.{js,jsx,ts,tsx}',
],
...commonConfig,
}