mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-21 07:10:33 +00:00
fix: Graph fetch relations with sales & purchases models.
feat: Inventory tracker algorithm lots with FIFO or LIFO cost method.
This commit is contained in:
@@ -426,7 +426,7 @@ describe('route: `/sales/estimates`', () => {
|
||||
|
||||
|
||||
describe('GET: `/sales/estimates`', () => {
|
||||
it.only('Should retrieve sales estimates.', async () => {
|
||||
it('Should retrieve sales estimates.', async () => {
|
||||
const res = await request()
|
||||
.get('/api/sales/estimates')
|
||||
.set('x-access-token', loginRes.body.token)
|
||||
|
||||
Reference in New Issue
Block a user