Commit b424f035 authored by Bryce Johnson's avatar Bryce Johnson

Import Promise polyfill and fix mockRootStore for approvalsStore spec.

parent b097a894
//= require es6-promise.auto
//= require jquery
//= require vue
//= require vue-resource
......@@ -20,8 +21,10 @@ $.rails = {
const mockRootStore = {
data: {},
dataset: {
endpoint: 'gitlab/myendpoint/',
rootEl: {
dataset: {
endpoint: 'gitlab/myendpoint/',
},
},
assignToData(key, val) {
return { key, val };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment