Skip to content

Commit

Permalink
style: adiciona ponto-e-vírgula nas linhas que faltam
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-santana committed Mar 10, 2020
1 parent f2e5af8 commit 6873377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/cep-v1.test.js
@@ -1,15 +1,15 @@
const axios = require('axios');

const createServer = require('./helpers/server.js')
const createServer = require('./helpers/server.js');
const server = createServer();

beforeAll(async () => {
await server.start();
})
});

afterAll(async () => {
await server.stop();
})
});

describe('/cep/v1 (E2E)', () => {
test('Utilizando um CEP válido: 05010000', async () => {
Expand Down

0 comments on commit 6873377

Please sign in to comment.