Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e4d481d

Browse files
committedMar 3, 2025··
chore: remove unused imports
1 parent 0bead0d commit e4d481d

File tree

3 files changed

+0
-4
lines changed

3 files changed

+0
-4
lines changed
 

‎bun.lock

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@tinyhttp/app": "^2.5.2",
1616
"@types/node": "^20.17.22",
1717
"@vitest/coverage-v8": "^3.0.7",
18-
"@vitest/spy": "^3.0.7",
1918
"husky": "^9.1.7",
2019
"supertest-fetch": "^2.0.0",
2120
"typescript": "^5.8.2",

‎package.json

-1
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

-2
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)
Please sign in to comment.