-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
npm workspaces doesn't seem to handle nested packages very well. To get our repo ready for workspaces this PR moves the e2e test utils to be a sibling of the samples rather than a parent
- Loading branch information
Showing
109 changed files
with
765 additions
and
5,751 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
{ | ||
"name": "msal-js-samples", | ||
"name": "e2e-test-utils", | ||
"version": "0.0.1", | ||
"license": "MIT", | ||
"private": true, | ||
"scripts": { | ||
"test": "jest", | ||
"test:agc": "jest --testMatch [ '**/test/**/*agc*.spec.ts' ]" | ||
}, | ||
"dependencies": { | ||
"axios": "^1.4.0", | ||
"typescript": "^4.9.5" | ||
}, | ||
"devDependencies": { | ||
"@azure/identity": "^3.1.2", | ||
"@azure/keyvault-secrets": "^4.3.0", | ||
"@types/jest": "^29.5.1", | ||
"dotenv": "^8.2.0", | ||
"find-process": "^1.4.4", | ||
"jest": "^29.5.0", | ||
"axios": "^1.4.0", | ||
"find-process": "^1.4.4" | ||
}, | ||
"devDependencies": { | ||
"typescript": "^4.9.5" | ||
}, | ||
"peerDependencies": { | ||
"playwright-core": "^1.31.1", | ||
"puppeteer": "^20.1.2", | ||
"ts-jest": "^29.1.0" | ||
"puppeteer": "^20.7.2", | ||
"jest": "^29.5.0", | ||
"@azure/msal-browser": "^3.0.0-beta.0", | ||
"@azure/msal-common": "^14.0.0-beta.0", | ||
"@azure/msal-node": "^2.0.0-beta.0" | ||
} | ||
} |
4 changes: 2 additions & 2 deletions
4
...les/e2eTestUtils/BrowserCacheTestUtils.ts → ...e2eTestUtils/src/BrowserCacheTestUtils.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 1 addition & 4 deletions
5
...s/msal-node-samples/NodeCacheTestUtils.ts → ...es/e2eTestUtils/src/NodeCacheTestUtils.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.