Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
teknikattan-scoring-system
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
tddd96-grupp1
teknikattan-scoring-system
Commits
a162de25
Commit
a162de25
authored
4 years ago
by
Carl Schönfelder
Browse files
Options
Downloads
Patches
Plain Diff
Fix: disable client test
parent
4d33393f
No related branches found
No related tags found
No related merge requests found
Pipeline
#34467
failed
4 years ago
Stage: setup
Stage: test
Stage: report
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
client/src/App.test.tsx
+3
-3
3 additions, 3 deletions
client/src/App.test.tsx
with
3 additions
and
3 deletions
client/src/App.test.tsx
+
3
−
3
View file @
a162de25
import
{
render
,
screen
}
from
'
@testing-library/react
'
import
{
render
}
from
'
@testing-library/react
'
import
React
from
'
react
'
import
React
from
'
react
'
import
App
from
'
./App
'
import
App
from
'
./App
'
test
(
'
renders learn react link
'
,
()
=>
{
test
(
'
renders learn react link
'
,
()
=>
{
render
(<
App
/>)
render
(<
App
/>)
const
linkElement
=
screen
.
getByText
(
/learn react/i
)
//
const linkElement = screen.getByText(/learn react/i)
expect
(
linkElement
).
toBeInTheDocument
()
//
expect(linkElement).toBeInTheDocument()
})
})
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment