Skip to content

Commit 8b84295

Browse files
committed
please
1 parent ff96984 commit 8b84295

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/tests/integration/extension.test.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ const redkitten6sSupabaseKey =
3535
const redkitten6sYouTubeKey = "AIzaSyAVQKyYxMrhgHWR8f9LJms0GVpcufhMLwc";
3636

3737
describe("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
});

0 commit comments

Comments
 (0)