Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Haakon Gunleiksrud
IT2819_h19_p2_haakon
Commits
29fd9a89
Commit
29fd9a89
authored
Sep 27, 2019
by
mirree
Browse files
Fixed Header-trouble
parent
bb72c1c6
Changes
2
Hide whitespace changes
Inline
Side-by-side
prosjekt2/src/App.js
View file @
29fd9a89
import
React
from
'
react
'
;
import
MiddlePart
from
'
./components/MiddlePart
'
;
import
Header
from
'
./components/
h
eader
'
;
import
Header
from
'
./components/
H
eader
'
;
import
'
./App.css
'
;
function
App
()
{
...
...
prosjekt2/src/__tests__/Header.tests.js
View file @
29fd9a89
import
React
from
'
react
'
;
import
Header
from
'
../components/
h
eader.jsx
'
;
import
Header
from
'
../components/
H
eader.jsx
'
;
import
renderer
from
'
react-test-renderer
'
describe
(
'
Testing header.jsx
'
,()
=>
{
...
...
Write
Preview
Supports
Markdown
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