Remove unnecessary mocking
This mocking broke after the ES module conversion. Since the mocked module just exports a set of constants, we can just avoid mocking it.
Showing
Please register or sign in to comment
This mocking broke after the ES module conversion. Since the mocked module just exports a set of constants, we can just avoid mocking it.