Skip to content

Remove manual mocking of node

Paul Slaughter requested to merge fe-remove-manual-node-mocks into master

What does this MR do?

This MR removes our manual implementation of mocking node_modules in Jest. Using the natively supported spec/frontend/__mocks__ folder works great and is a more robust and reliable solution.

Edited by Paul Slaughter

Merge request reports