mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
- feat: Sales estimates APIs.
- feat: Sales invoices APIs. - feat: Sales receipts APIs. - WIP: Sales payment receipts. - WIP: Purchases bills. - WIP: Purchases payments made.
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
let tenantDb;
|
||||
let tenantFactory;
|
||||
|
||||
describe.only('routes: `/routes`', () => {
|
||||
describe('routes: `/routes`', () => {
|
||||
beforeEach(async () => {
|
||||
tenantDb = await createTenant();
|
||||
tenantFactory = createTenantFactory(tenantDb);
|
||||
|
||||
Reference in New Issue
Block a user