Skip to content

Commit

Permalink
test case text
Browse files Browse the repository at this point in the history
  • Loading branch information
gin-lsl committed Jul 31, 2024
1 parent bd29614 commit 7ab4b9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/fixtures.umi/config.less.globalVars/expect.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ const { files } = parseBuildResult(__dirname);
let content = files["pages_index_tsx-async.css"];
content = content.replace(/\s/g, "");

assert(content.includes(`color:red;`), "should prefer less.modifyVars than config.theme");
assert(content.includes(`color:red;`), "should available less.globalVars");

0 comments on commit 7ab4b9b

Please sign in to comment.