Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017110273
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2021-06-03 03:07:09 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bec725f063a27b337d04b3d9b7c44fb817f1f2e0
bec725f0
1 parent
2b1c8496
Delete App.test.js
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
src/App.test.js
src/App.test.js
deleted
100644 → 0
View file @
2b1c849
1
-
import
{
render
,
screen
}
from
'@testing-library/react'
;
2
-
import
App
from
'./App'
;
3
-
4
-
test
(
'renders learn react link'
,
()
=>
{
5
-
render
(
<
App
/>
);
6
-
const
linkElement
=
screen
.
getByText
(
/learn react/i
);
7
-
expect
(
linkElement
).
toBeInTheDocument
();
8
-
});
Please
register
or
login
to post a comment