mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
fix wrong output path
This commit is contained in:
parent
471a19ea53
commit
76eb4beb03
@ -24,7 +24,7 @@ it('generates the right CSS with implicit screen utilities', () => {
|
||||
return postcss([tailwind()])
|
||||
.process(input)
|
||||
.then(result => {
|
||||
const expected = fs.readFileSync(path.resolve(`${__dirname}/fixtures/tailwind-output.css`), 'utf8')
|
||||
const expected = fs.readFileSync(path.resolve(`${__dirname}/fixtures/tailwind-output-with-explicit-screen-utilities.css`), 'utf8')
|
||||
|
||||
expect(result.css).toBe(expected)
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user