Skip to content

Commit

Permalink
Update test/validate.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 authored Jul 2, 2024
1 parent c7fff68 commit 28c3b06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validate.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { fileURLToPath } from "node:url";
import { consola } from "consola";
import { join } from "pathe";
import { describe, it, expect } from "vitest";
import { validateDependencies, validatePackage } from "../src/validate.ts";
import { validateDependencies, validatePackage } from "../src/validate";

describe("validatePackage", () => {
it("detects missing files", () => {
Expand Down

0 comments on commit 28c3b06

Please sign in to comment.