Skip to content

Commit 2bc6281

Browse files
haoqunjiangtonyganch
authored andcommitted
[tests] Re-add tests for #389 & #394
1 parent 02192d2 commit 2bc6281

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

test/options/unitless-zero-less/test.js

-6
This file was deleted.

test/options/unitless-zero/process/test.js

+12
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,17 @@ describe('Option `unitless-zero`, process', function() {
3838
assert.equal(actual, 'div { -webkit-transform: rotate(0deg); }');
3939
});
4040
});
41+
42+
it('Issue 394', function() {
43+
let test = new Test(this, {'unitless-zero': true});
44+
return test.shouldBeEqual('issue-394.css', 'issue-394.expected.css');
45+
});
46+
});
47+
48+
describe('less', function() {
49+
it('Issue 389', function() {
50+
let test = new Test(this, {'unitless-zero': true});
51+
return test.shouldBeEqual('issue-389.less');
52+
});
4153
});
4254
});

0 commit comments

Comments
 (0)