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 17, 2024
1 parent 7d10f65 commit f040b9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ suite("Extension Tests", function () {
);
console.log("Doc:", doc);

vscode.commands.executeCommand("liveSass.command.debugFileList");

// Save the file
if (!(await doc.document.save())) {
assert.ok(false, "Save failed");
Expand Down

0 comments on commit f040b9a

Please sign in to comment.