Commit 5caaa5f8 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch '194258-move-mr-widget-options-to-jest' into 'master'

Migrate mr_widget_options_spec to Jest

See merge request gitlab-org/gitlab!26185
parents 9a58db06 a5e3969d
Object.defineProperty(global.HTMLImageElement.prototype, 'src', {
get() {
return this.$_jest_src;
},
set(val) {
this.$_jest_src = val;
if (this.onload) {
this.onload();
}
},
});
......@@ -4,3 +4,4 @@ import './inner_text';
import './window_scroll_to';
import './scroll_by';
import './size_properties';
import './image_element_properties';
This diff is collapsed.
This diff is collapsed.
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