UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
P
Party Bus
Launchboard
launchboard-fe
Commits
0c6d0b87
Commit
0c6d0b87
authored
May 05, 2021
by
Keith Becker
Browse files
refactor unit tests
parent
8c8babd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
tests/unit/components/Dialogs/DialogComponents/UserSelectForCourse.spec.js
...ents/Dialogs/DialogComponents/UserSelectForCourse.spec.js
+1
-6
No files found.
tests/unit/components/Dialogs/DialogComponents/UserSelectForCourse.spec.js
View file @
0c6d0b87
...
@@ -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]++;
}`
);
});
});
});
});
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment