feat: items list restful api.

This commit is contained in:
Ahmed Bouhuolia
2020-03-24 16:47:35 +02:00
parent 2ab714127a
commit 1894ad3b18
10 changed files with 371 additions and 43 deletions

View File

@@ -3,7 +3,7 @@ import Account from '@/models/Account';
let loginRes;
describe.only('routes: /accounts/', () => {
describe('routes: /accounts/', () => {
beforeEach(async () => {
loginRes = await login();
});