File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,8 +35,6 @@ const redkitten6sSupabaseKey =
3535const redkitten6sYouTubeKey = "AIzaSyAVQKyYxMrhgHWR8f9LJms0GVpcufhMLwc" ;
3636
3737describe ( "Extension Tests" , function ( ) {
38- this . timeout ( 1000 ) ;
39-
4038 const workspace = vscode . workspace . workspaceFolders ?. [ 0 ] ?. uri . fsPath ;
4139 assert . ok ( workspace , "No workspace found" ) ;
4240
@@ -68,7 +66,6 @@ describe("Extension Tests", function () {
6866 const folder = createFiles ( [ { name : "README.md" , content : "blah blah blah\n\nnothing to see here\n" } ] ) ;
6967
7068 await waitForDiagnostic ( `${ folder } /README.md` , ( diagnostics ) => {
71- console . log ( "a" ) ;
7269 assert . strictEqual ( diagnostics . length , 0 , "Expected no diagnostics for safe file" ) ;
7370 } ) ;
7471 } ) ;
@@ -80,7 +77,6 @@ describe("Extension Tests", function () {
8077 ] ) ;
8178
8279 await waitForDiagnostic ( `${ folder } /.env` , ( diagnostics ) => {
83- console . log ( "b" ) ;
8480 assert . strictEqual ( diagnostics . length , 0 , "Expected no diagnostics for .gitignore'd sensitive file" ) ;
8581 } ) ;
8682 } ) ;
You can’t perform that action at this time.
0 commit comments