Skip to content

Commit

Permalink
test: unbreak test:fixtures:webpack
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Mar 9, 2024
1 parent b0a0e97 commit f0b2ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const bridgeConfig = {
compatibility: process.env.TEST_COMPATIBILITY !== 'no-compatibility',
resolve: process.env.TEST_RESOLVE !== 'no-resolve',
typescript: {
isTSX: process.env.TEST_TYPESCRIPT === 'isTSX',
isTSX: !process.env.TEST_TYPESCRIPT || process.env.TEST_TYPESCRIPT === 'isTSX',
esbuild: process.env.TEST_TYPESCRIPT === 'esbuild'
},
// Not yet tested in matrix
Expand Down

0 comments on commit f0b2ea4

Please sign in to comment.