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 9a7a168 commit 7d10f65
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/extension.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,11 @@ suite("Extension Tests", function () {
)[0]
);

console.log((await vscode.workspace.findFiles("css/**"))[0]);
console.log(doc);
console.log(
"First SCSS:",
(await vscode.workspace.findFiles("css/**"))[0]
);
console.log("Doc:", doc);

// Save the file
if (!(await doc.document.save())) {
Expand Down

0 comments on commit 7d10f65

Please sign in to comment.