Skip to content

Commit

Permalink
Update packages/proxy/test/unit/http/util/service-worker-manager.spec.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Bill Glesias <bglesias@gmail.com>
  • Loading branch information
mschile and AtofStryker committed Apr 22, 2024
1 parent 1a5bcb9 commit f73daf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ describe('lib/http/util/service-worker-manager', () => {
expect(serviceWorker?.controlledURLs).to.include('http://localhost:8080/foo.js')
})

it('will add client urls to the pending list until the service worker is activated', async () => {
it('will add client urls to the pending list until the service worker is activated', () => {
// remove the current service worker
manager.updateServiceWorkerRegistrations({
registrations: [{
Expand Down

5 comments on commit f73daf5

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f73daf5 Apr 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.8.1/linux-arm64/mschile/service_worker_uncontrolled-f73daf5040dcbaf7240a225971f2e9f5c8d6e399/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f73daf5 Apr 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.8.1/linux-x64/mschile/service_worker_uncontrolled-f73daf5040dcbaf7240a225971f2e9f5c8d6e399/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f73daf5 Apr 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.8.1/darwin-arm64/mschile/service_worker_uncontrolled-f73daf5040dcbaf7240a225971f2e9f5c8d6e399/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f73daf5 Apr 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.8.1/darwin-x64/mschile/service_worker_uncontrolled-f73daf5040dcbaf7240a225971f2e9f5c8d6e399/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f73daf5 Apr 22, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/13.8.1/win32-x64/mschile/service_worker_uncontrolled-f73daf5040dcbaf7240a225971f2e9f5c8d6e399/cypress.tgz

Please sign in to comment.