提交 78082831 编写于 作者: F Filipa Lacerda

Fix broken test

上级 d1004b79
require('~/commit/pipelines/pipelines_store');
const PipelinesStore = require('~/commit/pipelines/pipelines_store');
describe('Store', () => {
let store;
beforeEach(() => {
store = new gl.commits.pipelines.PipelinesStore();
store = new PipelinesStore();
});
// unregister intervals and event handlers
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册