Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Sign in
Toggle navigation
Open sidebar
w.pan
bookle
Commits
64f25bf0
Commit
64f25bf0
authored
Feb 03, 2019
by
Xiaoyu Yang
Browse files
properties question
parent
6baf2998
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
src/app/admin-add/admin-add.component.spec.ts
src/app/admin-add/admin-add.component.spec.ts
+2
-0
src/app/search/search.component.spec.ts
src/app/search/search.component.spec.ts
+2
-0
No files found.
src/app/admin-add/admin-add.component.spec.ts
View file @
64f25bf0
...
...
@@ -5,6 +5,8 @@ import { AdminAddComponent } from './admin-add.component';
describe
(
'
AdminAddComponent
'
,
()
=>
{
let
component
:
AdminAddComponent
;
let
fixture
:
ComponentFixture
<
AdminAddComponent
>
;
let
bar
=
<
any
>
{};
bar
.
foo
=
"
foobar
"
;
beforeEach
(
async
(()
=>
{
TestBed
.
configureTestingModule
({
...
...
src/app/search/search.component.spec.ts
View file @
64f25bf0
...
...
@@ -5,6 +5,8 @@ import { SearchComponent } from './search.component';
describe
(
'
SearchComponent
'
,
()
=>
{
let
component
:
SearchComponent
;
let
fixture
:
ComponentFixture
<
SearchComponent
>
;
let
bar
=
<
any
>
{};
bar
.
foo
=
"
foobar
"
;
beforeEach
(
async
(()
=>
{
TestBed
.
configureTestingModule
({
...
...
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