Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
soundofspace committed Oct 8, 2024
1 parent 7b8eea8 commit 54bd089
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion agent/main/test/Worker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ describe('Worker test', () => {
expect(page.workers.length).toBe(0);
});

it('should report network activity', async () => {
// eslint-disable-next-line jest/no-focused-tests
it.only('should report network activity', async () => {
const [workerEvent] = await Promise.all([
page.waitOn('worker'),
page.goto(`${server.baseUrl}/worker/worker.html`),
Expand Down

0 comments on commit 54bd089

Please sign in to comment.