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
fa3800dc
Commit
fa3800dc
authored
Feb 25, 2021
by
graham.smith
Browse files
cleanup
parent
b07b6ea0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
tests/unit/views/Team.spec.js
tests/unit/views/Team.spec.js
+0
-1
No files found.
tests/unit/views/Team.spec.js
View file @
fa3800dc
...
@@ -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
();
...
...
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