mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
WIP server side.
This commit is contained in:
@@ -187,7 +187,6 @@ describe('route: `/fields`', () => {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
describe('DELETE: `/fields/:field_id`', () => {
|
||||
it('Should response not found in case field id was not exist.', async () => {
|
||||
const res = await request().delete('/api/fields/100').send();
|
||||
|
||||
Reference in New Issue
Block a user