Fix broken test
This commit is contained in:
parent
430131f720
commit
1c978aff62
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue