summaryrefslogtreecommitdiff
path: root/spec/frontend/__helpers__/gon_helper.js
blob: 51d5ece5fc1a9d8280020173055235f4c6027299 (plain)
1
2
3
4
5
export const createGon = (IS_EE) => {
  return {
    ee: IS_EE,
  };
};