We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 407bad0 + 4f06883 commit 3a8ed98Copy full SHA for 3a8ed98
lib/initData.js
@@ -90,7 +90,7 @@ module.exports = function(mocks, plugins, skipDefaults){
90
91
module.exports.teardown = function(){
92
var ptor = getProtractorInstance();
93
- ptor.clearMockModules();
+ ptor.removeMockModule('httpMock');
94
};
95
96
module.exports.requestsMade = function() {
0 commit comments