We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f64768 commit 1c5a801Copy full SHA for 1c5a801
tests/unit/common/config.test.ts
@@ -1,7 +1,7 @@
1
import { describe, it, expect, vi, beforeEach } from "vitest";
2
import type { UserConfig } from "../../../src/common/config.js";
3
import { setupUserConfig, defaultUserConfig, warnAboutDeprecatedCliArgs } from "../../../src/common/config.js";
4
-import { CliOptions } from "@mongosh/arg-parser";
+import type { CliOptions } from "@mongosh/arg-parser";
5
6
describe("config", () => {
7
describe("env var parsing", () => {
0 commit comments