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 3ab7beb commit fa45e6fCopy full SHA for fa45e6f
tests/unit/common/roles.test.ts
@@ -1,6 +1,6 @@
1
import { describe, it, expect } from "vitest";
2
import { getDefaultRoleFromConfig } from "../../../src/common/atlas/roles.js";
3
-import { defaultUserConfig, UserConfig } from "../../../src/common/config.js";
+import { defaultUserConfig, type UserConfig } from "../../../src/common/config.js";
4
5
describe("getDefaultRoleFromConfig", () => {
6
const defaultConfig: UserConfig = {
0 commit comments