Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Jul 23, 2024
1 parent 16575e1 commit 730aade
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions playground/vitestGlobalSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,8 @@ export async function setup({ provide }: GlobalSetupContext): Promise<void> {
})
// also setup dedicated copy for "variant" tests
await fs.copy(
path.resolve(__dirname, '../playground/css'),
path.resolve(tempDir, 'css'),
path.resolve(tempDir, 'css__sass-modern'),
{
dereference: false,
filter(file) {
file = file.replace(/\\/g, '/')
return !file.includes('__tests__') && !/dist(?:\/|$)/.test(file)
},
},
)
}

Expand Down

0 comments on commit 730aade

Please sign in to comment.