Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
arsnova-click-v2-frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
ARSnova
arsnova-click-v2-frontend
Commits
b92b5df8
Commit
b92b5df8
authored
Aug 03, 2018
by
Christopher Mark Fullarton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes tests
parent
0b284779
Pipeline
#18360
passed with stages
in 10 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
theme-switcher.component.spec.ts
src/app/root/theme-switcher/theme-switcher.component.spec.ts
+2
-1
themes.component.spec.ts
src/app/themes/themes.component.spec.ts
+2
-1
No files found.
src/app/root/theme-switcher/theme-switcher.component.spec.ts
View file @
b92b5df8
...
...
@@ -11,6 +11,7 @@ import { CurrentQuizMockService } from '../../service/current-quiz/current-quiz.
import
{
CurrentQuizService
}
from
'
../../service/current-quiz/current-quiz.service
'
;
import
{
FooterBarService
}
from
'
../../service/footer-bar/footer-bar.service
'
;
import
{
HeaderLabelService
}
from
'
../../service/header-label/header-label.service
'
;
import
{
I18nService
}
from
'
../../service/i18n/i18n.service
'
;
import
{
SettingsService
}
from
'
../../service/settings/settings.service
'
;
import
{
SharedService
}
from
'
../../service/shared/shared.service
'
;
import
{
IndexedDbService
}
from
'
../../service/storage/indexed.db.service
'
;
...
...
@@ -48,7 +49,7 @@ describe('ThemeSwitcherComponent', () => {
}),
],
providers
:
[
IndexedDbService
,
{
I
18nService
,
I
ndexedDbService
,
{
provide
:
StorageService
,
useClass
:
StorageServiceMock
,
},
HeaderLabelService
,
ThemesService
,
{
...
...
src/app/themes/themes.component.spec.ts
View file @
b92b5df8
...
...
@@ -10,6 +10,7 @@ import { ConnectionService } from '../service/connection/connection.service';
import
{
CurrentQuizMockService
}
from
'
../service/current-quiz/current-quiz.mock.service
'
;
import
{
CurrentQuizService
}
from
'
../service/current-quiz/current-quiz.service
'
;
import
{
FooterBarService
}
from
'
../service/footer-bar/footer-bar.service
'
;
import
{
I18nService
}
from
'
../service/i18n/i18n.service
'
;
import
{
SettingsService
}
from
'
../service/settings/settings.service
'
;
import
{
SharedService
}
from
'
../service/shared/shared.service
'
;
import
{
IndexedDbService
}
from
'
../service/storage/indexed.db.service
'
;
...
...
@@ -46,7 +47,7 @@ describe('ThemesComponent', () => {
}),
],
providers
:
[
IndexedDbService
,
{
I
18nService
,
I
ndexedDbService
,
{
provide
:
StorageService
,
useClass
:
StorageServiceMock
,
},
TranslateService
,
FooterBarService
,
SettingsService
,
{
...
...
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