WIP Financial statements.

This commit is contained in:
Ahmed Bouhuolia
2020-04-05 14:27:06 +02:00
parent 4227f2f9a8
commit b09fc58042
33 changed files with 725 additions and 343 deletions

View File

@@ -8,7 +8,7 @@ import knex from '@/database/knex';
let loginRes;
describe.only('routes: /item_categories/', () => {
describe('routes: /item_categories/', () => {
beforeEach(async () => {
loginRes = await login();
});