Skip to content

Commit 854005c

Browse files
committed
Tests: Unskip green parser test
1 parent ac2c972 commit 854005c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/options/sass/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ describe('Sass', function() {
2323
this.shouldBeEqual('interpolated-variable-1.sass');
2424
});
2525

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

0 commit comments

Comments
 (0)