mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-12-02 16:44:05 -05:00
Mealplan CRUD Tests (#95)
* dev-bug: fixed vscode freezes * test: refactor database init to support tests * mealplan CRUD testing Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
@@ -16,6 +16,7 @@ const mealPlanURLs = {
|
||||
export default {
|
||||
async create(postBody) {
|
||||
let response = await apiReq.post(mealPlanURLs.create, postBody);
|
||||
console.log(JSON.stringify(postBody));
|
||||
return response;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user