Skip to content

Commit 365b393

Browse files
committed
add test
1 parent 72b1188 commit 365b393

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,10 @@ test('add word-wrap right before overflow-wrap due to passed arg', t => {
2525
'.anotherClass{font-size:1rem;word-wrap:break-word;overflow-wrap:break-word;}'
2626
, { method: 'copy' });
2727
});
28+
29+
test('replace overflow-wrap with word-wrap, replace method', t => {
30+
return run(t,
31+
'main { overflow-wrap: normal; }',
32+
'main { word-wrap: normal; }'
33+
, { method: 'replace' });
34+
});

0 commit comments

Comments
 (0)