Skip to content

Commit 9b45ec5

Browse files
committed
fix: eslint
1 parent db443de commit 9b45ec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/note-images.test.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
import fs from 'fs'
1+
/* import fs from 'fs'
22
import { faker } from '@faker-js/faker'
33
import { type NoteImage, type Note } from '@prisma/client'
44
import { prisma } from '#app/utils/db.server.ts'
55
import { expect, test } from '#tests/playwright-utils.ts'
66
7-
/* test('Users can create note with an image', async ({ page, login }) => {
7+
test('Users can create note with an image', async ({ page, login }) => {
88
const user = await login()
99
await page.goto(`/users/${user.username}/notes`)
1010

0 commit comments

Comments
 (0)