docs: remove reference of testing against BrowserStack (#43858)

Remove BrowserStack from statement about CI tests using the service as Angular now only uses Saucelabs for
our platform specific browser testing.

PR Close #43858
This commit is contained in:
Joey Perrott 2021-10-15 11:59:46 -07:00 committed by Andrew Scott
parent 4206d493e9
commit 3f07e20bda

View file

@ -37,8 +37,7 @@ Angular supports most recent browsers. This includes the following specific vers
<div class="alert is-helpful">
Angular's continuous integration process runs unit tests of the framework on all of these browsers for every pull request,
using [Sauce Labs](https://saucelabs.com/) and
[BrowserStack](https://www.browserstack.com/).
using [Sauce Labs](https://saucelabs.com/).
</div>