UNCLASSIFIED

Commit fa3800dc authored by graham.smith's avatar graham.smith
Browse files

cleanup

parent b07b6ea0
...@@ -203,7 +203,6 @@ describe("Team", () => { ...@@ -203,7 +203,6 @@ describe("Team", () => {
describe("edit team", () => { describe("edit team", () => {
const mockTeam = { name: "edit mock" }; const mockTeam = { name: "edit mock" };
it("should edit team", async () => { it("should edit team", async () => {
// TeamService.getTeam = jest.fn().mockResolvedValue({ name: "mock" });
const wrapper = shallowMount(Team, { mocks: { $route } }); const wrapper = shallowMount(Team, { mocks: { $route } });
await flushPromises(); await flushPromises();
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment