Skip to content

Commit a094b6e

Browse files
committed
fixup! test: generate test projects without babel plugin
1 parent bce0adc commit a094b6e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/@vue/cli-service/__tests__/ServiceESM.spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ beforeAll(async () => {
2121
pkg.type = 'module'
2222
pkg.vue = { lintOnSave: 'default' }
2323
await project.write('package.json', JSON.stringify(pkg, null, 2))
24-
fs.renameSync(path.resolve(project.dir, 'babel.config.js'), path.resolve(project.dir, 'babel.config.cjs'))
2524
})
2625

2726
const createService = async () => {

0 commit comments

Comments
 (0)