test urls #1225
Annotations
10 errors
|
Test
Process completed with exit code 1.
|
|
index.test.ts > isProfile NO https://github.com/feed:
index.test.ts#L58
AssertionError:
Is this URL `isProfile`?
/feed
• Yes? Add it to the `addTests()` array.
• No? The `isProfile` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:58:12
|
|
index.test.ts > isEnterprise NO https://ghe-instance.com/:
index.test.ts#L58
AssertionError:
Is this URL `isEnterprise`?
https://ghe-instance.com/
• Yes? Add it to the `addTests()` array.
• No? The `isEnterprise` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:58:12
|
|
index.test.ts > isEnterprise NO https://ghe.big-corp.com/:
index.test.ts#L58
AssertionError:
Is this URL `isEnterprise`?
https://ghe.big-corp.com/
• Yes? Add it to the `addTests()` array.
• No? The `isEnterprise` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:58:12
|
|
index.test.ts > isHome NO https://my-little-hub.com/:
index.test.ts#L58
AssertionError:
Is this URL `isHome`?
https://my-little-hub.com/
• Yes? Add it to the `addTests()` array.
• No? The `isHome` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:58:12
|
|
index.test.ts > isHome NO https://not-github.com/:
index.test.ts#L58
AssertionError:
Is this URL `isHome`?
https://not-github.com/
• Yes? Add it to the `addTests()` array.
• No? The `isHome` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:58:12
|
|
index.test.ts > isHome NO https://github.big-corp.com/:
index.test.ts#L58
AssertionError:
Is this URL `isHome`?
https://github.big-corp.com/
• Yes? Add it to the `addTests()` array.
• No? The `isHome` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:58:12
|
|
index.test.ts > isDashboard NO https://my-little-hub.com/:
index.test.ts#L58
AssertionError:
Is this URL `isDashboard`?
https://my-little-hub.com/
• Yes? Add it to the `addTests()` array.
• No? The `isDashboard` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:58:12
|
|
index.test.ts > isDashboard NO https://not-github.com/:
index.test.ts#L58
AssertionError:
Is this URL `isDashboard`?
https://not-github.com/
• Yes? Add it to the `addTests()` array.
• No? The `isDashboard` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:58:12
|
|
index.test.ts > isDashboard NO https://github.big-corp.com/:
index.test.ts#L58
AssertionError:
Is this URL `isDashboard`?
https://github.big-corp.com/
• Yes? Add it to the `addTests()` array.
• No? The `isDashboard` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:58:12
|