isPRList - Support global PR list subpaths #1297
Annotations
3 errors
|
Test
Process completed with exit code 1.
|
|
index.test.ts > isPRList NO https://github.com/pulls/mentioned:
index.test.ts#L65
AssertionError:
Is this URL `isPRList`?
/pulls/mentioned
• Yes? Add it to the `addTests()` array.
• No? The `isPRList` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:65:12
|
|
index.test.ts > isPRList NO https://github.com/pulls/assigned:
index.test.ts#L65
AssertionError:
Is this URL `isPRList`?
/pulls/assigned
• Yes? Add it to the `addTests()` array.
• No? The `isPRList` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:65:12
|