mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 22:30:31 +00:00
feat: items list restful api.
This commit is contained in:
@@ -3,7 +3,7 @@ import Account from '@/models/Account';
|
||||
|
||||
let loginRes;
|
||||
|
||||
describe.only('routes: /accounts/', () => {
|
||||
describe('routes: /accounts/', () => {
|
||||
beforeEach(async () => {
|
||||
loginRes = await login();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user