Skip to content

Commit

Permalink
chore: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Nov 29, 2024
1 parent 8f3c8ec commit 56114fc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/e2e/files.test.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
import { test } from './setup/coverage.js'
import { expect } from '@playwright/test'
import { fixtureData } from './fixtures/index.js'
import all from 'it-all'
import filesize from 'filesize'
import * as kuboRpcModule from 'kubo-rpc-client'

test.describe.serial('Files screen', () => {
test.describe('Files screen', () => {
test.beforeEach(async ({ page }) => {
await page.goto('/#/files')
})
Expand Down Expand Up @@ -96,5 +95,4 @@ test.describe.serial('Files screen', () => {
await page.waitForURL(`/#/explore/${testCid}`)
await page.waitForSelector('text="CID info"')
})

})

0 comments on commit 56114fc

Please sign in to comment.