mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-03 18:40:45 -05:00
ci: fix invoke spec
This commit is contained in:
@@ -101,7 +101,10 @@ test('invoke with ts', async () => {
|
||||
|
||||
const updatedESLintrc = parseJS(await project.read('.eslintrc.js'))
|
||||
expect(updatedESLintrc).toEqual(Object.assign({}, baseESLintConfig, {
|
||||
extends: ['plugin:vue/essential', 'eslint:recommended', '@vue/typescript']
|
||||
extends: ['plugin:vue/essential', 'eslint:recommended', '@vue/typescript'],
|
||||
parserOptions: {
|
||||
parser: 'typescript-eslint-parser'
|
||||
}
|
||||
}))
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user