Skip to content

Commit bda2fd6

Browse files
committed
fix formatting
1 parent f9fda37 commit bda2fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commands/skills.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ describe("skill slash commands", () => {
1010

1111
registerSkillCommands(mockApi)
1212

13-
const callCount = (mockApi.registerCommand as jest.MockedFunction<any>)
14-
.mock.calls.length
13+
const callCount = (mockApi.registerCommand as jest.MockedFunction<any>).mock
14+
.calls.length
1515
expect(callCount).toBeGreaterThanOrEqual(9)
1616

1717
const names = (

0 commit comments

Comments
 (0)