Skip to content

Commit

Permalink
Merge branch 'main' into renovate/all-minor-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
ineshbose committed Jun 26, 2024
2 parents 1ed2f56 + 7704e81 commit f881c30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/configs.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ describe('tailwindcss module configs', async () => {
const output = spyStderr.mock.calls[0][0].toString()

expect(output.split('\n')[0]).toMatchInlineSnapshot('"[warn] [nuxt:tailwindcss] Failed to load config `./malformed-tailwind.config.js` due to the error below. Skipping.."')
expect(output).contains('Failed to load Tailwind config at: `./malformed-tailwind.config.js`')
})

test('ts config file is loaded and merged', () => {
Expand Down

0 comments on commit f881c30

Please sign in to comment.