You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Migrating from MSAL v1.x to MSAL v2.x](./docs/v1-migration.md)
63
-
-[Migrating from MSAL v2.x to MSAL v3.x](./docs/v2-migration.md)
62
+
-[Migrating from MSAL v1.x to MSAL v2.x](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v1-migration.md)
63
+
-[Migrating from MSAL v2.x to MSAL v3.x](https://github.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/lib/msal-browser/docs/v2-migration.md)
64
64
65
65
### MSAL Basics
66
66
@@ -123,13 +123,13 @@ npm run build:all
123
123
124
124
### Running Tests
125
125
126
-
`@azure/msal-browser` uses [mocha](https://mochajs.org/) and [chai](https://www.chaijs.com/)to run unit tests, as well as Istanbul's [nyc](https://github.com/istanbuljs/nyc) tool for code coverage.
126
+
`@azure/msal-browser` uses [jest](https://jestjs.io)to run unit tests.
0 commit comments