Skip to content

Commit 1c5a801

Browse files
committed
chore: make eslint happy :happy:
1 parent 2f64768 commit 1c5a801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/common/config.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { describe, it, expect, vi, beforeEach } from "vitest";
22
import type { UserConfig } from "../../../src/common/config.js";
33
import { setupUserConfig, defaultUserConfig, warnAboutDeprecatedCliArgs } from "../../../src/common/config.js";
4-
import { CliOptions } from "@mongosh/arg-parser";
4+
import type { CliOptions } from "@mongosh/arg-parser";
55

66
describe("config", () => {
77
describe("env var parsing", () => {

0 commit comments

Comments
 (0)