Skip to content

Commit 78a3686

Browse files
committed
style: removed unused imports
1 parent 9a1307c commit 78a3686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/response.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

1010
import etag from 'etag'
11-
import fsExtra, { read } from 'fs-extra'
11+
import fsExtra from 'fs-extra'
1212
import { join } from 'node:path'
1313
import supertest from 'supertest'
1414
import { test } from '@japa/runner'

0 commit comments

Comments
 (0)