We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
async
1 parent 07cae21 commit 878273fCopy full SHA for 878273f
tests/preview.test.ts
@@ -29,7 +29,7 @@ describe("Previewing", function () {
29
});
30
31
32
- it.only("Can preview laggy scene", () => {
+ it.only("Can preview laggy scene", async () => {
33
const editor = await window.showTextDocument(uriInWorkspace("laggy.py"));
34
const queue: { line: number; waitForStrings: string[]; resolve: () => void }[] = [];
35
let wantToStopListening = false;
0 commit comments