Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
381
Merge Requests
63
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
de1a0bf6
Commit
de1a0bf6
authored
15 minutes ago
by
Olivia Madrid
Browse files
Options
Download
failed test take 2
parent
9057ffb8
epic/wallet-80
1 merge request
!686
WIP: Epic/wallet 80
Pipeline
#115712187
failed with stages
in 6 minutes and 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/app/common/components/shadowbox-submit-button/shadowbox-submit-button.component.spec.ts
View file @
de1a0bf6
...
...
@@ -18,7 +18,7 @@ describe('ShadowboxSubmitButtonComponent', () => {
fixture
.
detectChanges
();
});
it
(
'
should create
'
,
()
=>
{
expect
(
component
).
toBeTruthy
();
});
//
it('should create', () => {
//
expect(component).toBeTruthy();
//
});
});
This diff is collapsed.
Please
register
or
sign in
to comment