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
thalia
ThaliApp
Commits
d811fc7a
Commit
d811fc7a
authored
Dec 12, 2018
by
Gijs Hendriksen
Browse files
Added test for i18n helper
parent
d05d7d39
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
__tests__/utils/__snapshots__/i18n.spec.js.snap
0 → 100644
View file @
d811fc7a
This diff is collapsed.
Click to expand it.
__tests__/utils/i18n.spec.js
0 → 100644
View file @
d811fc7a
import
i18n
from
'
../../app/utils/i18n
'
;
describe
(
'
i18n helper
'
,
()
=>
{
it
(
'
should export the correct i18n helper
'
,
()
=>
{
expect
(
i18n
).
toMatchSnapshot
();
});
});
Write
Preview
Markdown
is supported
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