We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
content
1 parent 3c5a257 commit 9a92a02Copy full SHA for 9a92a02
integrations/tailwindcss-cli/tests/cli.test.js
@@ -169,9 +169,9 @@ describe('Build command', () => {
169
})
170
171
test('--content', async () => {
172
- await writeInputFile('index.html', html`<div class="font-bold"></div>`)
+ await writeInputFile('other.html', html`<div class="font-bold"></div>`)
173
174
- await $(`${EXECUTABLE} --content ./src/index.html --output ./dist/main.css`)
+ await $(`${EXECUTABLE} --content ./src/other.html --output ./dist/main.css`)
175
176
expect(await readOutputFile('main.css')).toIncludeCss(
177
css`
0 commit comments