Skip to content

Commit

Permalink
tests: fix CI running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
khmm12 committed Oct 14, 2023
1 parent 26c4e69 commit 988bd87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default defineConfig((config) => ({
linaria({
preprocessor: new Stylis({ prefix: false }),
include: ['**/*.{ts,tsx}'],
evaluate: true,
evaluate: config.mode !== 'test',
displayName: config.mode !== 'production',
sourceMap: config.mode !== 'production',
}),
Expand Down

0 comments on commit 988bd87

Please sign in to comment.