Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
rpg-workshop
Commits
3a1f8572
Commit
3a1f8572
authored
Jan 19, 2020
by
Joe Ziemba
Browse files
13 - update test files
parent
74e385c5
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/_globalComponents/__tests__/Accordion.spec.js
View file @
3a1f8572
import
React
from
"
react
"
;
import
{
mount
}
from
"
enzyme
"
;
import
{
Accordion
}
from
"
..
"
;
import
Accordion
from
"
..
/Accordion
"
;
describe
(
"
Accordion
"
,
()
=>
{
const
titleProp
=
"
Test Accordion
"
;
...
...
src/_globalComponents/__tests__/Column.spec.js
View file @
3a1f8572
import
React
from
"
react
"
;
import
{
mount
}
from
"
enzyme
"
;
import
{
Column
}
from
"
..
"
;
import
Column
from
"
..
/Column
"
;
describe
(
"
Column
"
,
()
=>
{
const
classProp
=
"
test-class
"
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment