Skip to content

Commit

Permalink
MSAL Angular samples e2e-test-utils update (#7109)
Browse files Browse the repository at this point in the history
Updates MSAL Angular samples to reference `e2eTestUtils` folder rather
than version.
  • Loading branch information
jo-arroyo authored May 17, 2024
1 parent 063ef3d commit e1c27fa
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 5,659 deletions.
5,654 changes: 6 additions & 5,648 deletions package-lock.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@types/jasminewd2": "^2.0.10",
"@types/jest": "^29.5.0",
"@types/node": "^20.2.5",
"e2e-test-utils": "^0.0.1",
"e2e-test-utils": "file:../../e2eTestUtils",
"htmlparser2": "^8.0.2",
"jasmine-core": "~4.0.0",
"jasmine-spec-reporter": "^7.0.0",
Expand All @@ -52,4 +52,4 @@
"ts-node": "^10.7.0",
"typescript": "~4.9.5"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "^16.1.5",
"@types/jasmine": "~4.3.0",
"@types/jest": "^29.5.0",
"e2e-test-utils": "^0.0.1",
"e2e-test-utils": "file:../../e2eTestUtils",
"htmlparser2": "^8.0.2",
"jasmine-core": "~4.5.0",
"jest": "^29.5.0",
Expand All @@ -47,4 +47,4 @@
"ts-jest": "^29.1.0",
"typescript": "~4.9.4"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "^15.1.0",
"@types/jasmine": "~4.3.0",
"@types/jest": "^29.5.0",
"e2e-test-utils": "^0.0.1",
"e2e-test-utils": "file:../../e2eTestUtils",
"jasmine-core": "~4.5.0",
"jest": "^29.5.0",
"jest-junit": "^16.0.0",
Expand All @@ -46,4 +46,4 @@
"ts-jest": "^29.1.0",
"typescript": "~4.9.4"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "^16.0.4",
"@types/jasmine": "~4.3.0",
"@types/jest": "^29.5.0",
"e2e-test-utils": "^0.0.1",
"e2e-test-utils": "file:../../e2eTestUtils",
"htmlparser2": "^8.0.2",
"jasmine-core": "~4.5.0",
"jest": "^29.5.0",
Expand All @@ -47,4 +47,4 @@
"ts-jest": "^29.1.0",
"typescript": "~4.9.4"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "^17.3.0",
"@types/jasmine": "~5.1.0",
"@types/jest": "^29.5.12",
"e2e-test-utils": "^0.0.1",
"e2e-test-utils": "file:../../e2eTestUtils",
"jasmine-core": "~5.1.0",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This project was generated with [Angular CLI](https://github.com/angular/angular

## Local development

If you are trying to run this sample locally in the MSAL.js repo, run `npm run build` before `npm run start` to install a tarball file of MSAL Angular. You may also need to remove `"e2e-test-utils": "^0.0.1",` from the package.json for this to work.
If you are trying to run this sample locally in the MSAL.js repo, run `npm run build` before `npm run start` to install a tarball file of MSAL Angular.

## Additional notes

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@angular/compiler-cli": "^18.0.0-rc.1",
"@types/jasmine": "~5.1.0",
"@types/jest": "^29.5.12",
"e2e-test-utils": "^0.0.1",
"e2e-test-utils": "file:../../e2eTestUtils",
"jasmine-core": "~5.1.0",
"jest": "^29.7.0",
"karma": "~6.4.0",
Expand Down

0 comments on commit e1c27fa

Please sign in to comment.