Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions test/tools/linear-comment-tool.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ beforeEach(() => {
})

describe('linear_comment tool', () => {
it('has correct name', () => {
const tool = createCommentTool()
expect(tool.name).toBe('linear_comment')
})

describe('list', () => {
it('returns comments for an issue', async () => {
mockedResolveIssueId.mockResolvedValue('uuid-1')
Expand Down
Loading
Loading