We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce375a commit b9c89c1Copy full SHA for b9c89c1
__tests__/github.test.ts
@@ -160,12 +160,7 @@ describe('With a new github client', () => {
160
)
161
})
162
163
- test('hasLabel returns true if the label already exists on the issue or pr', () => {
164
- const result = client.getLabels()
165
- expect(result).toEqual(['community'])
166
- })
167
-
168
- test('hasLabel returns false if the label does not exist on the issue or pr', () => {
+ test('getLabels returns true if the label already exists on the issue or pr', () => {
169
const result = client.getLabels()
170
expect(result).toEqual(['community'])
171
0 commit comments