Skip to content

Commit

Permalink
Update extension.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn2223 committed Oct 16, 2024
1 parent a97a09c commit 7810894
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ suite("Extension Tests", function () {
assert.ok(false, "Save failed");
}

// Wait for 1 second to allow the file system to update
await new Promise((resolve) => setTimeout(resolve, 1000));

// Get the folders files
const actualFiles = (await vscode.workspace.findFiles("css/**")).map(
(file) => file.path.toLowerCase()
Expand Down

0 comments on commit 7810894

Please sign in to comment.