Skip to content

Commit

Permalink
test: update the test case based on the latest default config
Browse files Browse the repository at this point in the history
  • Loading branch information
sodatea committed Oct 7, 2023
1 parent b50fa56 commit b824ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/edgeCases.spec.ts
Expand Up @@ -251,7 +251,7 @@ test('should pass correct options to template compiler', async () => {
await mockBundleAndRun({
entry: 'basic.vue',
modify: (config: any) => {
config.module.rules[0].options = {
config.module.rules[0].use[0].options = {
compiler: fakeCompiler,
}
config.module.rules.push(
Expand Down

0 comments on commit b824ccc

Please sign in to comment.