Skip to content

Commit

Permalink
Update the test that was actually failing
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Oct 22, 2020
1 parent 7f6a6ee commit 4967dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/cli.compile.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ describe('cli compile', () => {
it('compiles CSS file', () => {
return compile({ inputFile, outputFile, plugins }).then((result) => {
expect(result.css).toContain('.example')
expect(result.css).toContain('-ms-input-placeholder')
expect(result.css).toContain('-webkit-max-content')
})
})
})

0 comments on commit 4967dd0

Please sign in to comment.