Skip to content

Remove babel-plugin-rewire dependency

Mark Florian requested to merge remove-babel-plugin-rewire into master

What does this MR do?

Remove babel-plugin-rewire dependency

This is a follow-up to removing most no-op default exports. In that MR, the "most" was due to the fact that a couple of files were still participating in Karma tests.

Since it turns out that no Karma tests rely on babel-plugin-rewire, that could be removed, allowing the final two instances of workarounds for it to be removed as well.

Finally, the spyOnDependency helper was removed, since it's unused.

WIP

This is marked WIP, since it depends on !37213 (merged).

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Mark Florian

Merge request reports