chore: pin dependencies and use native TypeScript
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { describe, expect, test } from "vitest";
|
||||
import { parseArgs } from "../src/cli/args.js";
|
||||
import { parseArgs } from "../src/cli/args.ts";
|
||||
|
||||
describe("parseArgs", () => {
|
||||
describe("--version flag", () => {
|
||||
|
||||
Reference in New Issue
Block a user