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
0b277ffd
Commit
0b277ffd
authored
May 05, 2021
by
hunter.congress
Browse files
adjusted positioning and font
parents
bba0851f
3d0c7841
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
6 deletions
+1
-6
tests/unit/components/Training/TrainingAttendance.spec.js
tests/unit/components/Training/TrainingAttendance.spec.js
+0
-6
tests/unit/views/TrainingDetails.spec.js
tests/unit/views/TrainingDetails.spec.js
+1
-0
No files found.
tests/unit/components/Training/TrainingAttendance.spec.js
View file @
0b277ffd
...
@@ -546,16 +546,10 @@ describe("TrainingAttendance", () => {
...
@@ -546,16 +546,10 @@ describe("TrainingAttendance", () => {
await
flushPromises
();
await
flushPromises
();
wrapper
.
vm
.
fetchDebounced
=
jest
.
fn
();
wrapper
.
vm
.
fetchDebounced
=
jest
.
fn
();
// trigger the watch for wrapper.vm.options
<<<<<<<
HEAD
const
mockOptions
=
2
;
const
mockOptions
=
2
;
wrapper
.
vm
.
reload
=
mockOptions
;
wrapper
.
vm
.
reload
=
mockOptions
;
await
wrapper
.
vm
.
$nextTick
();
await
wrapper
.
vm
.
$nextTick
();
=======
await
wrapper
.
setProps
({
reload
:
1
});
await
wrapper
.
setProps
({
reload
:
1
});
>>>>>>>
39
d864e956d8b08f5676a15024274c79a04f9070
expect
(
wrapper
.
vm
.
fetchDebounced
).
toHaveBeenCalledTimes
(
1
);
expect
(
wrapper
.
vm
.
fetchDebounced
).
toHaveBeenCalledTimes
(
1
);
});
});
...
...
tests/unit/views/TrainingDetails.spec.js
View file @
0b277ffd
...
@@ -160,6 +160,7 @@ describe("TrainingDetails", () => {
...
@@ -160,6 +160,7 @@ describe("TrainingDetails", () => {
localVue
,
localVue
,
vuetify
,
vuetify
,
});
});
await
wrapper
.
vm
.
fetchStudentData
();
await
wrapper
.
vm
.
fetchStudentData
();
await
flushPromises
();
await
flushPromises
();
expect
(
wrapper
.
vm
.
$store
.
commit
).
toHaveBeenCalledWith
(
expect
(
wrapper
.
vm
.
$store
.
commit
).
toHaveBeenCalledWith
(
...
...
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