mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
WIP Financial accounting module.
This commit is contained in:
@@ -14,7 +14,7 @@ describe('routes: `/budget_reports`', () => {
|
||||
loginRes = null;
|
||||
});
|
||||
|
||||
describe.only('GET: `/budget_verses_actual/:reportId`', () => {
|
||||
describe('GET: `/budget_verses_actual/:reportId`', () => {
|
||||
it('Should retrieve columns of budget year range with quarter period.', async () => {
|
||||
const budget = await create('budget', { period: 'quarter' });
|
||||
const budgetEntry = await create('budget_entry', { budget_id: budget.id });
|
||||
|
||||
Reference in New Issue
Block a user