complete UpdateForm component and all of its sub items with their own tests and add gitlab-ci and new eslint file

This commit is contained in:
2023-10-18 11:15:00 +03:30
parent 4f752c9a46
commit 8c2ad759b0
24 changed files with 1266 additions and 27 deletions

View File

@@ -55,4 +55,9 @@ export const handler = [
ctx.status(200),
);
}),
rest.post(`${EXPERT_MANAGEMENT}/:id`, (req, res, ctx) => {
return res(
ctx.status(200),
);
}),
]