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.
1 parent 7997a71 commit 4f06883Copy full SHA for 4f06883
lib/initData.js
@@ -89,7 +89,7 @@ module.exports = function(mocks, plugins, skipDefaults){
89
90
module.exports.teardown = function(){
91
var ptor = getProtractorInstance();
92
- ptor.clearMockModules();
+ ptor.removeMockModule('httpMock');
93
};
94
95
module.exports.requestsMade = function() {
0 commit comments