Skip to content

Commit 4967dd0

Browse files
committed
Update the test that was actually failing
1 parent 7f6a6ee commit 4967dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

__tests__/cli.compile.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ describe('cli compile', () => {
1313
it('compiles CSS file', () => {
1414
return compile({ inputFile, outputFile, plugins }).then((result) => {
1515
expect(result.css).toContain('.example')
16-
expect(result.css).toContain('-ms-input-placeholder')
16+
expect(result.css).toContain('-webkit-max-content')
1717
})
1818
})
1919
})

0 commit comments

Comments
 (0)