Skip to content

Commit dfabb21

Browse files
test: fix
1 parent 9065384 commit dfabb21

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

test/modules-option.test.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,10 @@ describe('"modules" option', () => {
856856
alias: {
857857
"./unknown.css": isWebpack5
858858
? false
859-
: path.resolve(__dirname, "./fixtures/modules/unknown.css"),
859+
: path.resolve(
860+
__dirname,
861+
"./fixtures/modules/icss-false-alias/unknown.css"
862+
),
860863
},
861864
},
862865
}

0 commit comments

Comments
 (0)