Skip to content
This repository has been archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
[WIP] Add pending tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Mar 14, 2020
1 parent 35083ee commit d272cd6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/stale.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,4 +195,12 @@ describe('stale', () => {
expect(stale.getClosable).not.toHaveBeenCalled()
}
)

test('should ignore pinned issues', () => {
expect('Test implementation pending').toStrictEqual('Test implemented')
})

test('should log, but ignore errors fetching pinned issues', () => {
expect('Test implementation pending').toStrictEqual('Test implemented')
})
})

0 comments on commit d272cd6

Please sign in to comment.