From b5d2656135fcd6dc975133e52848665c809369ee Mon Sep 17 00:00:00 2001 From: Cosmin Popovici Date: Mon, 26 Feb 2024 15:42:19 +0200 Subject: [PATCH] test: use from option --- test/test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.mjs b/test/test.mjs index fbfc838..b40b0cb 100644 --- a/test/test.mjs +++ b/test/test.mjs @@ -52,7 +52,7 @@ test('style attribute', () => { const html = '
' const expected = '
' - process(html, expected, {}, null, null) + process(html, expected, {from: undefined}, null, null) }) test('style attribute (empty)', () => {