Skip to content

Commit e4d481d

Browse files
committed
chore: remove unused imports
1 parent 0bead0d commit e4d481d

3 files changed

Lines changed: 0 additions & 4 deletions

File tree

bun.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@tinyhttp/app": "^2.5.2",
4848
"@types/node": "^20.17.22",
4949
"@vitest/coverage-v8": "^3.0.7",
50-
"@vitest/spy": "^3.0.7",
5150
"husky": "^9.1.7",
5251
"supertest-fetch": "^2.0.0",
5352
"typescript": "^5.8.2",

tests/index.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import * as assert from 'node:assert/strict'
22
import { readFileSync } from 'node:fs'
33
import { access, rm } from 'node:fs/promises'
4-
import type { AddressInfo } from 'node:net'
54
import { App } from '@tinyhttp/app'
6-
import * as mock from '@vitest/spy'
75
import { bold, cyan, magenta, red } from 'colorette'
86
import { makeFetch } from 'supertest-fetch'
97
import { describe, expect, it, vi } from 'vitest'

0 commit comments

Comments
 (0)