/vue-jest

tests written with jest based on vue

Primary LanguageJavaScript

testing

Setup do Projeto

npm install

Ambiente de Desenvolvimento

npm run serve

Configurando a api Fake

Instalar o json-server globalmente:

npm install -g json-server

Iniciando a api fake de leilões;

json-server --watch db.json