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
heptapod
heptapod
Commits
b8abe4567ac3
Unverified
Commit
1c978aff
authored
Oct 30, 2017
by
Filipa Lacerda
Browse files
Fix broken test
parent
36ee9a82d2f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/javascripts/header_spec.js
View file @
b8abe456
import
'
~/header
'
;
import
initTodoToggle
from
'
~/header
'
;
describe
(
'
Header
'
,
function
()
{
const
todosPendingCount
=
'
.todos-count
'
;
...
...
@@ -14,6 +14,7 @@ describe('Header', function () {
preloadFixtures
(
fixtureTemplate
);
beforeEach
(()
=>
{
initTodoToggle
();
loadFixtures
(
fixtureTemplate
);
});
...
...
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