gitlab-ce/spec/frontend/__helpers__/gon_helper.js

6 lines
72 B
JavaScript

export const createGon = (IS_EE) => {
return {
ee: IS_EE,
};
};