Skip to content

Commit 587a877

Browse files
committed
Tests: Uncomment sass tests
1 parent c8dd880 commit 587a877

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/options/sass/test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
describe.skip('Sass', function() {
1+
describe('Sass', function() {
22
beforeEach(function() {
33
this.comb.configure({});
44
});
@@ -23,7 +23,7 @@ describe.skip('Sass', function() {
2323
this.shouldBeEqual('interpolated-variable-1.sass');
2424
});
2525

26-
it('Should parse interpolated variables inside values', function() {
26+
it.skip('Should parse interpolated variables inside values', function() {
2727
this.shouldBeEqual('interpolated-variable-2.sass');
2828
});
2929

0 commit comments

Comments
 (0)