Skip to content

Commit

Permalink
Update SassHelper.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn2223 committed Oct 15, 2024
1 parent f86a725 commit 3b1146c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Helpers/SassHelper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ suite("SassHelper Tests", function () {
const input = "./src/test/sample/css/sample.scss",
expected = `.Sample {
color: #000;
} `,
}`,
actualObj = await SassHelper.compileOneAsync(input, "input.scss", {
style: "expanded",
logger: loggerProperty,
Expand Down

0 comments on commit 3b1146c

Please sign in to comment.