Skip to content

Commit

Permalink
Add notes to react tests
Browse files Browse the repository at this point in the history
  • Loading branch information
augustlindemer committed Dec 18, 2024
1 parent 4f2ba1c commit ccdb055
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ test("adding an external portal", async () => {
data: {
flowId: "b",
tags: [],
notes: "",
},
}),
);
Expand Down Expand Up @@ -65,6 +66,7 @@ test("changing an external portal", async () => {
data: {
flowId: "a",
tags: [],
notes: "",
},
}),
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ describe("adding an internal portal", () => {
flowId: "", // will be removed when saving the data
text: "new internal portal",
tags: [],
notes: "",
},
});
});
Expand Down Expand Up @@ -131,6 +132,7 @@ test("updating an internal portal", async () => {
flowId: "", // will be removed when saving the data
text: "new val",
tags: [],
notes: "",
},
});
});
Expand Down

0 comments on commit ccdb055

Please sign in to comment.