Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
First Contributions
first-contributions
Merge requests
!13026
Update App.test.js
Code
Review changes
Check out branch
Download
Email patches
Plain diff
Closed
Administrator
requested to merge
github/fork/vineethprabhakaran/master
into
master
6 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Created by: vineethprabhakaran
update space
0
0
Compare
master
master (base)
and
latest version
latest version
46e6d685
1 commit,
2 years ago
1 file
+
1
-
1
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
app/src/App.test.js
+
1
-
1
Options
View file @ 46e6d685
Show full file
@@ -4,5 +4,5 @@ import App from './App';
it
(
'
renders without crashing
'
,
()
=>
{
const
div
=
document
.
createElement
(
'
div
'
);
ReactDOM
.
render
(
<
App
/>
,
div
);
ReactDOM
.
render
(
<
App
/>
,
div
);
});
Menu
Explore
Projects
Groups
Snippets