Skip to content

Commit 99006b7

Browse files
committed
style: Disable unsafe-argument lint rule in server test
1 parent 16a308a commit 99006b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/server.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -494,6 +494,7 @@ describe('Server Startup and Port Handling', () => {
494494
// Expect ServerStartupError with specific message and code
495495

496496

497+
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
497498
await expect(startServer('/fake/repo')).rejects.toThrow(
498499
expect.objectContaining({
499500
name: "ServerStartupError",

0 commit comments

Comments
 (0)