Skip to content

Commit

Permalink
Add config files to other integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp-spiess committed Oct 4, 2024
1 parent 7f54959 commit b94aefe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions integrations/upgrade/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ test(
}
}
`,
'tailwind.config.js': js`module.exports = {}`,
'src/index.css': css`
@import 'tailwindcss';
Expand Down Expand Up @@ -162,6 +163,7 @@ test(
}
}
`,
'tailwind.config.js': js`module.exports = {}`,
'src/index.css': css`
@tailwind base;
Expand Down Expand Up @@ -218,6 +220,7 @@ test(
}
}
`,
'tailwind.config.js': js`module.exports = {}`,
'src/index.css': css`
@import 'tailwindcss';
Expand Down

0 comments on commit b94aefe

Please sign in to comment.