Skip to content

Commit 1f2d0b6

Browse files
committed
Fix lint in vscode/settings.json
1 parent 6c35147 commit 1f2d0b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
"search.exclude": {
1818
"**/dist": true
1919
},
20-
"typescript.tsdk": "node_modules/typescript/lib",
20+
"typescript.tsdk": "node_modules/typescript/lib"
2121
}

packages/hub/src/lib/upload-file.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ describe("uploadFile", () => {
9494
hubUrl: TEST_HUB_URL,
9595
});
9696
}
97-
});
97+
}, 30_000);
9898
});

0 commit comments

Comments
 (0)