We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8dd880 commit 587a877Copy full SHA for 587a877
1 file changed
test/options/sass/test.js
@@ -1,4 +1,4 @@
1
-describe.skip('Sass', function() {
+describe('Sass', function() {
2
beforeEach(function() {
3
this.comb.configure({});
4
});
@@ -23,7 +23,7 @@ describe.skip('Sass', function() {
23
this.shouldBeEqual('interpolated-variable-1.sass');
24
25
26
- it('Should parse interpolated variables inside values', function() {
+ it.skip('Should parse interpolated variables inside values', function() {
27
this.shouldBeEqual('interpolated-variable-2.sass');
28
29
0 commit comments