Fix broken test
This commit is contained in:
parent
d1004b7976
commit
78082831c1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue