Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
888
Issues
888
List
Boards
Labels
Service Desk
Milestones
Merge Requests
49
Merge Requests
49
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
71539440
Commit
71539440
authored
38 minutes ago
by
Mark Harding
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(chore): exit out of failing tests
parent
d8b2b46b
feat/entity-centric-metrics
1 merge request
!579
Entity centric metrics (analytics v2)
Pipeline
#88932524
pending with stages
Changes
13
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
13 additions
and
13 deletions
+13
-13
src/app/modules/analytics/v2/components/chart/chart.component.spec.ts
...les/analytics/v2/components/chart/chart.component.spec.ts
+1
-1
src/app/modules/analytics/v2/components/filter/filter.component.spec.ts
...s/analytics/v2/components/filter/filter.component.spec.ts
+1
-1
src/app/modules/analytics/v2/components/filters/filters.component.spec.ts
...analytics/v2/components/filters/filters.component.spec.ts
+1
-1
src/app/modules/analytics/v2/components/menu/menu.component.spec.ts
...dules/analytics/v2/components/menu/menu.component.spec.ts
+1
-1
src/app/modules/analytics/v2/components/metrics/metrics.component.spec.ts
...analytics/v2/components/metrics/metrics.component.spec.ts
+1
-1
src/app/modules/analytics/v2/components/search-suggestions/search-suggestions.component.spec.ts
...s/search-suggestions/search-suggestions.component.spec.ts
+1
-1
src/app/modules/analytics/v2/components/search/search.component.spec.ts
...s/analytics/v2/components/search/search.component.spec.ts
+1
-1
src/app/modules/analytics/v2/components/table/table.component.spec.ts
...les/analytics/v2/components/table/table.component.spec.ts
+1
-1
src/app/modules/analytics/v2/dashboard.component.spec.ts
src/app/modules/analytics/v2/dashboard.component.spec.ts
+1
-1
src/app/modules/analytics/v2/dashboard.service.spec.ts
src/app/modules/analytics/v2/dashboard.service.spec.ts
+1
-1
src/app/modules/analytics/v2/layouts/layout-chart/layout-chart.component.spec.ts
...cs/v2/layouts/layout-chart/layout-chart.component.spec.ts
+1
-1
src/app/modules/analytics/v2/layouts/layout-summary/layout-summary.component.spec.ts
...2/layouts/layout-summary/layout-summary.component.spec.ts
+1
-1
src/app/modules/analytics/v2/layouts/layout-table/layout-table.component.spec.ts
...cs/v2/layouts/layout-table/layout-table.component.spec.ts
+1
-1
No files found.
src/app/modules/analytics/v2/components/chart/chart.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsChartComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/components/filter/filter.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsFilterComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/components/filters/filters.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsFiltersComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/components/menu/menu.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsMenuComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/components/metrics/metrics.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsMetricsComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/components/search-suggestions/search-suggestions.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsSearchSuggestionsComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/components/search/search.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsSearchComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/components/table/table.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsTableComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/dashboard.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsDashboardComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/dashboard.service.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ import {
describe
(
'
AnalyticsDashboardService
'
,
()
=>
{
beforeEach
(()
=>
TestBed
.
configureTestingModule
({}));
it
(
'
should be created
'
,
()
=>
{
x
it
(
'
should be created
'
,
()
=>
{
const
service
:
AnalyticsDashboardService
=
TestBed
.
get
(
AnalyticsDashboardService
);
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/layouts/layout-chart/layout-chart.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsLayoutChartComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/layouts/layout-summary/layout-summary.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsLayoutSummaryComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
src/app/modules/analytics/v2/layouts/layout-table/layout-table.component.spec.ts
View file @
71539440
...
...
@@ -18,7 +18,7 @@ describe('AnalyticsLayoutTableComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
x
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
});
This diff is collapsed.
Click to expand it.
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