try fix ci

This commit is contained in:
Evan You
2018-01-05 13:27:07 -05:00
parent f36286e0c0
commit 5bfeb404a4

View File

@@ -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