Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
stork
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
151
Issues
151
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
stork
Commits
b5a3823f
Commit
b5a3823f
authored
May 07, 2020
by
Tomek Mrugalski
🛰
Committed by
Tomek Mrugalski
Oct 27, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[
#164
] UsersPageComponent fixed
parent
331a9a52
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
webui/src/app/users-page/users-page.component.spec.ts
webui/src/app/users-page/users-page.component.spec.ts
+7
-1
No files found.
webui/src/app/users-page/users-page.component.spec.ts
View file @
b5a3823f
...
...
@@ -8,6 +8,12 @@ import { HttpClient, HttpHandler } from '@angular/common/http'
import
{
MessageService
}
from
'
primeng/api
'
import
{
of
}
from
'
rxjs
'
class
MockParamMap
{
get
(
name
:
string
):
string
|
null
{
return
null
}
}
describe
(
'
UsersPageComponent
'
,
()
=>
{
let
component
:
UsersPageComponent
let
fixture
:
ComponentFixture
<
UsersPageComponent
>
...
...
@@ -25,7 +31,7 @@ describe('UsersPageComponent', () => {
{
provide
:
ActivatedRoute
,
useValue
:
{
paramMap
:
of
(
{}
),
paramMap
:
of
(
new
MockParamMap
()
),
},
},
{
...
...
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