Skip to content

Commit

Permalink
test: more
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Apr 10, 2024
1 parent a760e54 commit 3d854e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/helpers/getCodeFromSass.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,12 @@ async function getCodeFromSass(testId, options, context = {}) {
},
fileSystem: fs,
mainFields: ["custom-sass", "..."],
conditionNames: ["webpack", "..."],
conditionNames: [
context.packageExportsCustomConditionTestVariant === 1 ? "theme1" : "",
context.packageExportsCustomConditionTestVariant === 2 ? "theme2" : "",
"webpack",
"...",
],
byDependency: {
sass: {
mainFiles: ["custom"],
Expand Down

0 comments on commit 3d854e6

Please sign in to comment.