Skip to content

Commit

Permalink
Merge branch 'update-y18n' of https://github.com/AzureAD/microsoft-au…
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-arroyo committed May 19, 2021
2 parents d06ce5f + dac8462 commit 6943aca
Show file tree
Hide file tree
Showing 59 changed files with 10,175 additions and 6,609 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: fix device code polling bug",
"packageName": "@azure/msal-common",
"email": "samuelkamau@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Remove input params from Empty Scopes error constructors #3654",
"packageName": "@azure/msal-common",
"email": "thomas.norling@microsoft.com",
"dependentChangeType": "patch"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "fix: have the log level propagate to msal-common",
"packageName": "@azure/msal-node",
"email": "samuelkamau@microsoft.com",
"dependentChangeType": "patch"
}
3 changes: 1 addition & 2 deletions lib/msal-common/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread",
"istanbul"
"@babel/proposal-object-rest-spread"
]
}
4 changes: 0 additions & 4 deletions lib/msal-common/.mocharc.json

This file was deleted.

15 changes: 0 additions & 15 deletions lib/msal-common/.nycrc

This file was deleted.

10 changes: 10 additions & 0 deletions lib/msal-common/jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/

module.exports = {
preset: "ts-jest",
testEnvironment: "node",
collectCoverageFrom: ["src/**/*.ts"]
};
Loading

0 comments on commit 6943aca

Please sign in to comment.