debian-mirror-gitlab/spec/frontend/__helpers__/stub_transition.js

9 lines
174 B
JavaScript
Raw Normal View History

2021-03-08 18:12:59 +05:30
export function stubTransition() {
return {
render() {
// eslint-disable-next-line no-underscore-dangle
return this.$options._renderChildren;
},
};
}