Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit e2fbde8

Browse files
authored
fix import
1 parent 84a7854 commit e2fbde8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import test from 'node:test'
1+
import test, { suite } from 'node:test'
22
import http from 'node:http'
33
import { createHandler } from './index.js'
44
import Redis from 'ioredis'

0 commit comments

Comments
 (0)