We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fda37 commit bda2fd6Copy full SHA for bda2fd6
commands/skills.test.ts
@@ -10,8 +10,8 @@ describe("skill slash commands", () => {
10
11
registerSkillCommands(mockApi)
12
13
- const callCount = (mockApi.registerCommand as jest.MockedFunction<any>)
14
- .mock.calls.length
+ const callCount = (mockApi.registerCommand as jest.MockedFunction<any>).mock
+ .calls.length
15
expect(callCount).toBeGreaterThanOrEqual(9)
16
17
const names = (
0 commit comments