Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki committed Dec 10, 2024
1 parent 0efb82b commit 2538d10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion test-e2e/fixtures/config-test-fixtures.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { test as base, type Page } from '@playwright/test'
import { test as base } from '@playwright/test'
import { setConfig } from './set-sw-config.js'
import { waitForServiceWorker } from './wait-for-service-worker.js'

Expand Down
1 change: 1 addition & 0 deletions test-e2e/video.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ test.describe('video', () => {
})
})

/* eslint-disable jsdoc/check-alignment */
/**
- **tmp**
- **test: add test for big-buck-bunny ttfb**
Expand Down

0 comments on commit 2538d10

Please sign in to comment.