Skip to content

Commit

Permalink
tests: disable lint on specific file
Browse files Browse the repository at this point in the history
  • Loading branch information
xhayper committed May 11, 2024
1 parent e1a7f09 commit 524cff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gil/__tests__/unit/permissions.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { describe, expect, test } from "bun:test";
import { StoredRoleType } from "../../lib/adapters/db/DatabaseAdapter";
import CommandMessageListener from "../../lib/listeners/CommandMessageListener";

// biome-ignore lint:
const listener = new CommandMessageListener({} as any);
const minimodRole = { role_id: "role_1", type: StoredRoleType.Minimod, server_id: "MOCK_SERVER" };
const modRole = { role_id: "role_2", type: StoredRoleType.Mod, server_id: "MOCK_SERVER" };
Expand Down

0 comments on commit 524cff8

Please sign in to comment.