Skip to content

Commit b824ccc

Browse files
committed
test: update the test case based on the latest default config
1 parent b50fa56 commit b824ccc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/edgeCases.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ test('should pass correct options to template compiler', async () => {
251251
await mockBundleAndRun({
252252
entry: 'basic.vue',
253253
modify: (config: any) => {
254-
config.module.rules[0].options = {
254+
config.module.rules[0].use[0].options = {
255255
compiler: fakeCompiler,
256256
}
257257
config.module.rules.push(

0 commit comments

Comments
 (0)