mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 04:40:32 +00:00
feat: Exchange rates CRUD.
This commit is contained in:
@@ -209,7 +209,7 @@ describe('routes: /item_categories/', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe.only('GET: `/item_categories`', () => {
|
||||
describe('GET: `/item_categories`', () => {
|
||||
|
||||
it('Should retrieve list of item categories.', async () => {
|
||||
const category1 = await create('item_category');
|
||||
|
||||
Reference in New Issue
Block a user