@@ -10,6 +10,7 @@ const TEST_THEME = Object.fromEntries(
1010) as Theme ;
1111
1212const replaceColoredText =
13+ // eslint-disable-next-line @typescript-eslint/no-unused-vars
1314 ( r : number , g : number , b : number ) => ( text : string ) =>
1415 text . replace ( / ./ g, '░' ) ;
1516
@@ -164,7 +165,7 @@ index 9f14e96..eaf3730 100644
164165 ) . toMatchSnapshot ( ) ;
165166 } ) ;
166167
167- test ( 'commit with deletion' , async function ( ) {
168+ test ( 'commit with deletion' , function ( ) {
168169 expect ( `commit eccfb5a2b3d76ba53df315f977da74b18d50113e
169170Author: Shrey Banga <shrey@quip.com>
170171Date: Thu Aug 22 10:07:25 2019 -0700
@@ -316,7 +317,7 @@ index 0000000..6499edf
316317@@ -0,0 +1,2 @@
317318+node_modules/**
318319+build/**
319- \ No newline at end of file` )
320+ \\ No newline at end of file` )
320321 ) . toMatchSnapshot ( ) ;
321322 } ) ;
322323
@@ -380,7 +381,7 @@ index ca15c64..0000000
380381- end tell
381382- end timeout
382383-end run
383- \ No newline at end of file` )
384+ \\ No newline at end of file` )
384385 ) . toMatchSnapshot ( ) ;
385386 } ) ;
386387
@@ -465,7 +466,7 @@ index d88c464..6901818 100644
465466+++ b/file1
466467@@ -1 +1,2 @@
467468-This is file1
468- \ No newline at end of file
469+ \\ No newline at end of file
469470+This is file1
470471+Experimental change
471472diff --git a/file2 b/file2
0 commit comments