sinonjs / sinon

Test spies, stubs and mocks for JavaScript.
https://sinonjs.org/
Other
9.67k stars 769 forks source link

fix cloud tests #2613

Closed fatso83 closed 2 months ago

fatso83 commented 2 months ago

Purpose (TL;DR) - mandatory

This fixes the Sauce Labs test suite. Currently the test-cloud script only runs puppeteer after switching over to the new Mochify cli and setup.

How to verify - mandatory

  1. Check out this branch
  2. npm install

Checklist for author