microsoft-authentication-library-for-js
microsoft-authentication-library-for-js copied to clipboard
Hackathon: msal-browser - Replaced sinon with jest
I used automated tooling to replace sinon with jest in all the msal-browser tests. The tooling did not work for PublicClientApplication.ts
, I had to do that one by hand. I re-ran every test in msal-browser and confirmed that they all still run successfully, except for 5 tests (see below).
I ran into some issues with 5 total tests (out of 791) and have left comments on them below. I need some assistance to solve these issues CC @tnorling.