UNCLASSIFIED

Commit 40142e73 authored by graham.smith's avatar graham.smith
Browse files

fix test

parent 628242f2
...@@ -68,6 +68,6 @@ describe("AddTeam", () => { ...@@ -68,6 +68,6 @@ describe("AddTeam", () => {
wrapper.vm.$emit = jest.fn(); wrapper.vm.$emit = jest.fn();
wrapper.vm.add(); wrapper.vm.add();
expect(wrapper.vm.$emit).toHaveBeenCalledWith("add", {}); expect(wrapper.vm.$emit).toHaveBeenCalledWith("add", {}, []);
}); });
}); });
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