Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update integrations/vite/other-transforms.test.ts
  • Loading branch information
adamwathan authored Nov 7, 2024
commit e923a38e48c7bb27088b05292fb9a70dd8d9fc24
2 changes: 1 addition & 1 deletion integrations/vite/other-transforms.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function createSetup(transformer: 'postcss' | 'lightningcss') {

for (let transformer of ['postcss', 'lightningcss'] as const) {
describe(transformer, () => {
test.only(`production build`, createSetup(transformer), async ({ fs, exec }) => {
test(`production build`, createSetup(transformer), async ({ fs, exec }) => {
await exec('pnpm vite build')

let files = await fs.glob('dist/**/*.css')
Expand Down