Skip to content

Commit

Permalink
chore(lint): fix biome warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jbergstroem committed Jul 17, 2024
1 parent fe10e6e commit a268f2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/validate-config.test.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@

import { describe, expect, it } from "bun:test";
import AppError from "../src/lib/app-error";
import { validateConfig } from "../src/lib/validate-config";
import type { Config } from "../src/types/shared";
import AppError from "../src/lib/app-error";

describe("validateConfig", () => {
it("should throw an error if apiKey is missing", () => {
Expand Down

0 comments on commit a268f2a

Please sign in to comment.