Skip to content

Commit fa45e6f

Browse files
committed
fix new lint
1 parent 3ab7beb commit fa45e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/common/roles.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { describe, it, expect } from "vitest";
22
import { getDefaultRoleFromConfig } from "../../../src/common/atlas/roles.js";
3-
import { defaultUserConfig, UserConfig } from "../../../src/common/config.js";
3+
import { defaultUserConfig, type UserConfig } from "../../../src/common/config.js";
44

55
describe("getDefaultRoleFromConfig", () => {
66
const defaultConfig: UserConfig = {

0 commit comments

Comments
 (0)