-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The xpi tests for the io module uses sinon with some more advanced features such as withArgs to have references to mocks called with specific args. To remove sinon this needs to be refactored to use jest.fn by itself.
In addition the sinon yieldAsync calls need to be switched over to use jest's mockImplementation.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request