We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72b1188 commit 365b393Copy full SHA for 365b393
test.js
@@ -25,3 +25,10 @@ test('add word-wrap right before overflow-wrap due to passed arg', t => {
25
'.anotherClass{font-size:1rem;word-wrap:break-word;overflow-wrap:break-word;}'
26
, { method: 'copy' });
27
});
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