Akryum / Akryum/vue-cli-plugin-apollo
SyntaxError: Unexpected token ... when yarn run test:e2e with vue-cli
- Linguagem predominante
- JavaScript
- Estrelas
- 477
- Forks
- 109
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
E2E tests throw an error originating in **vue-cli-plugin-apollo/index.js:58**
It would seem cypress does not understand spread syntax.
### Current behavior:
Tests failed because of unknown syntax

### Desired behavior:
Tests work
### Steps to reproduce:
1. create vue project by vue-cli (`$vue create myapp` -> `Manually select features` -> `add e2e testing(cypress)`)
1. add vue-apollo plugin (`$vue add apollo`, default choice)
1. run e2e testing (`$yarn test:e2e`)
### Versions
@vue/cli: 3.0.5
@vue/cli-plugin-e2e-cypress: 3.0.5
vue-cli-plugin-apollo: 0.17.2
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.