Skip to content
This repository was archived by the owner on Nov 9, 2023. It is now read-only.

Commit 97f91fe

Browse files
committed
fix tests
1 parent 38c48d7 commit 97f91fe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

__tests__/createProject.helper.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ const path = require('path')
55
module.exports = (projectName) => {
66
const preset = { ...defaultPreset }
77
preset.plugins['vue-cli-plugin-tauri'] = {
8-
appName: 'app'
8+
appName: 'app',
9+
windowTitle: 'app'
910
}
1011
delete preset.plugins['@vue/cli-plugin-eslint']
1112

0 commit comments

Comments
 (0)