correction #1223
Annotations
10 errors
|
index.test.ts > isHome NO https://github.com/?tab=stars:
index.test.ts#L58
AssertionError:
Is this URL `isHome`?
/?tab=stars
• 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.com/?tab=repositories:
index.test.ts#L58
AssertionError:
Is this URL `isHome`?
/?tab=repositories
• 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://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 > isHome NO https://github.com//dashboard:
index.test.ts#L58
AssertionError:
Is this URL `isHome`?
//dashboard
• 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.com/:
index.test.ts#L58
AssertionError:
Is this URL `isHome`?
/
• 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.com//:
index.test.ts#L58
AssertionError:
Is this URL `isHome`?
//
• 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.com///:
index.test.ts#L58
AssertionError:
Is this URL `isHome`?
///
• 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://github.com/orgs/refined-github/dashboard:
index.test.ts#L58
AssertionError:
Is this URL `isDashboard`?
/orgs/refined-github/dashboard
• 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
|