Skip to content

Commit

Permalink
test: fix TS2834
Browse files Browse the repository at this point in the history
  • Loading branch information
otariidae committed Jan 21, 2024
1 parent 6e98d7a commit ecbbbc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import test from "node:test"
import { strict as assert } from "assert"
import { ke2dairanization } from "../src"
import { ke2dairanization } from "../src/index.ts"

test("test words", async (t) => {
await t.test("松平 健", async () => {
Expand Down

0 comments on commit ecbbbc7

Please sign in to comment.