mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: Receivable and payable aging summary financial statement.
This commit is contained in:
@@ -10,7 +10,7 @@ import {
|
||||
} from '~/dbInit';
|
||||
import Vendor from '@/models/Vendor';
|
||||
|
||||
describe.only('route: `/vendors`', () => {
|
||||
describe('route: `/vendors`', () => {
|
||||
describe('POST: `/vendors`', () => {
|
||||
it('Should response unauthorized in case the user was not logged in.', async () => {
|
||||
const res = await request()
|
||||
|
||||
Reference in New Issue
Block a user