Skip to content

Commit

Permalink
Fix svelte tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Mar 22, 2024
1 parent 1a4b8ea commit 6b2b028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/sveltekit-demo/test/build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ describe("build", () => {
"utf-8"
);

if (!content.includes("background-color:white")) {
if (!content.includes("background-color:#fff")) {
assert.fail(
"all output CSS files should contain the expected stylex extracted styles"
);
Expand Down

0 comments on commit 6b2b028

Please sign in to comment.