Skip to content
This repository was archived by the owner on Feb 25, 2021. It is now read-only.

Commit 7eaed5e

Browse files
committed
test: update comment fof scss-invalid test to eslint-jsdoc warnings
1 parent 757b779 commit 7eaed5e

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

__tests__/scss.test.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,10 @@ describe( 'flags warnings with invalid scss', () => {
5151
) );
5252
} );
5353

54-
/**
55-
* ToDo: Fix snapshot, as results differ between Node.js v10 & v12
56-
it( 'snapshot matches warnings', () => {
57-
return result.then( ( data ) => (
58-
expect( data.results[ 0 ].warnings ).toMatchSnapshot()
59-
) );
60-
} );
61-
*/
54+
// ToDo: Fix snapshot, as results differ between Node.js v10 & v12
55+
// it( 'snapshot matches warnings', () => {
56+
// return result.then( ( data ) => (
57+
// expect( data.results[ 0 ].warnings ).toMatchSnapshot()
58+
// ) );
59+
// } );
6260
} );

0 commit comments

Comments
 (0)