mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
fix: Date format in sales/purchases APIs.
fix: Algorithm FIFO cost calculate method.
This commit is contained in:
@@ -204,8 +204,6 @@ describe('routes: /accounts/', () => {
|
||||
code: '123',
|
||||
});
|
||||
|
||||
console.log(res.body);
|
||||
|
||||
expect(res.status).equals(200);
|
||||
});
|
||||
});
|
||||
|
||||
@@ -802,8 +802,6 @@ describe('routes: `/views`', () => {
|
||||
value: '100',
|
||||
}],
|
||||
});
|
||||
|
||||
// console.log(res.status, res.body);
|
||||
const foundViewColumns = await ViewColumn.tenant().query().where('id', viewColumn.id);
|
||||
expect(foundViewColumns.length).equals(0);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user