DeleteForm Complete With Tests of It Rendering/Beahavioral/submission
This commit is contained in:
@@ -50,4 +50,9 @@ export const handler = [
|
||||
ctx.status(200),
|
||||
);
|
||||
}),
|
||||
rest.delete(`${EXPERT_MANAGEMENT}/:id`, (req, res, ctx) => {
|
||||
return res(
|
||||
ctx.status(200),
|
||||
);
|
||||
}),
|
||||
]
|
||||
Reference in New Issue
Block a user