Skip to content

Commit

Permalink
fix: e2e inline css
Browse files Browse the repository at this point in the history
  • Loading branch information
xusd320 committed Dec 27, 2024
1 parent 728e28f commit 563a087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/fixtures/config.inline_css/expect.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ assert(
content.includes(`__mako_require__("src/b.css")`, `should support deps in css`),
);
assert(
content.includes(`@import "//c";`, `should keep remote imports`),
content.includes(`@import \\"\/\/c\\";`, `should keep remote imports`),
);

0 comments on commit 563a087

Please sign in to comment.