Skip to content

Commit 16a40de

Browse files
committed
✏️ Apply suggestion from CodeRabbit
1 parent 8d96346 commit 16a40de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/all/src/langs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { parse, registerDynamicLanguage } from "@ast-grep/napi"
22
import { before, describe, test } from "node:test"
3-
import { Lang } from "./lang.js"
3+
import { Lang } from "./lang.ts"
44
import { langs } from "./langs.ts"
55

66
describe("langs", () => {

0 commit comments

Comments
 (0)