mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-23 05:58:28 -05:00
try fix ci
This commit is contained in:
@@ -16,7 +16,7 @@ it('should work', async () => {
|
||||
// remove semicolons
|
||||
await write('src/main.js', main.replace(/;/g, ''))
|
||||
// lint
|
||||
await exec('node_modules/.bin/vue-cli-service lint')
|
||||
await exec('node ./node_modules/.bin/vue-cli-service lint')
|
||||
expect(await read('src/main.js')).toContain(';')
|
||||
|
||||
// TODO lint-on-commit
|
||||
|
||||
Reference in New Issue
Block a user