mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Update test for latest sinon
This commit is contained in:
		| @@ -262,7 +262,7 @@ describe('nodes/registry/installer', function() { | ||||
|             p.catch((err)=>{}); | ||||
|             execResponse = p; | ||||
|  | ||||
|             var addModule = sinon.stub(registry,"addModule",function(md) { | ||||
|             var addModule = sinon.stub(registry,"addModule").callsFake(function(md) { | ||||
|                 return Promise.resolve(nodeInfo); | ||||
|             }); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user