Skip to content

Commit

Permalink
test: use from option
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Feb 26, 2024
1 parent fbc8f16 commit b5d2656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ test('style attribute', () => {
const html = '<div style="display: flex;"></div>'
const expected = '<div style="display: -ms-flexbox;display: flex;"></div>'

process(html, expected, {}, null, null)
process(html, expected, {from: undefined}, null, null)
})

test('style attribute (empty)', () => {
Expand Down

0 comments on commit b5d2656

Please sign in to comment.