File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,9 +47,7 @@ describe("Extension Tests", function () {
4747 fs . writeFileSync ( filePath , file . content ) ;
4848 }
4949
50- execSync ( `git add .` , { cwd : folder } ) ;
51- execSync ( `git commit -m lgtm` , { cwd : folder } ) ;
52-
50+ console . log ( folder ) ;
5351 return folder ;
5452 } ;
5553
@@ -68,9 +66,6 @@ describe("Extension Tests", function () {
6866
6967 test ( "should not give diagnostics when no file path issues" , async function ( ) {
7068 const folder = createFiles ( [ { name : "README.md" , content : "blah blah blah\n\nnothing to see here\n" } ] ) ;
71- console . log ( "aaaaaa " + folder ) ;
72-
73- console . log ( "bbbbb " + vscode . languages . getDiagnostics ( vscode . Uri . file ( path . join ( folder , "README.md" ) ) ) ) ;
7469
7570 await waitForDiagnostic ( `${ folder } /README.md` , ( diagnostics ) => {
7671 assert . strictEqual ( diagnostics . length , 0 , "Expected no diagnostics for safe file" ) ;
You can’t perform that action at this time.
0 commit comments