Fix broken test

This commit is contained in:
Filipa Lacerda 2017-02-16 13:28:59 +00:00
parent d1004b7976
commit 78082831c1

View file

@ -1,10 +1,10 @@
require('~/commit/pipelines/pipelines_store'); const PipelinesStore = require('~/commit/pipelines/pipelines_store');
describe('Store', () => { describe('Store', () => {
let store; let store;
beforeEach(() => { beforeEach(() => {
store = new gl.commits.pipelines.PipelinesStore(); store = new PipelinesStore();
}); });
// unregister intervals and event handlers // unregister intervals and event handlers