UNCLASSIFIED

Commit 0c6d0b87 authored by Keith Becker's avatar Keith Becker
Browse files

refactor unit tests

parent 8c8babd0
...@@ -66,11 +66,6 @@ describe("UserSelectForCourse", () => { ...@@ -66,11 +66,6 @@ describe("UserSelectForCourse", () => {
}); });
expect(wrapper.vm.selectedMembers).toEqual([]); expect(wrapper.vm.selectedMembers).toEqual([]);
expect(wrapper.vm.updateCourseMembers.toString()).toEqual( expect(typeof wrapper.vm.updateCourseMembers).toEqual("function");
`() => {
/* istanbul ignore next */
cov_1vj0pbuf92.f[2]++;
}`
);
}); });
}); });
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