Addressing comment on PR #226 #29
Annotations
2 errors
|
index.test.ts > isRepoWiki NO https://github.com/pixiebrix/pixiebrix-extension/wiki/Web-Extensions-behaviors/664a8f7:
index.test.ts#L58
AssertionError:
Is this URL `isRepoWiki`?
/pixiebrix/pixiebrix-extension/wiki/Web-Extensions-behaviors/664a8f7
• Yes? Add it to the `addTests()` array.
• No? The `isRepoWiki` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:58:12
|
|
index.test.ts > isRepoWiki NO https://github.com/refined-github/refined-github/wiki/Home/b64098961263e40d985aaf7c5c03ef6f2ce4beda:
index.test.ts#L58
AssertionError:
Is this URL `isRepoWiki`?
/refined-github/refined-github/wiki/Home/b64098961263e40d985aaf7c5c03ef6f2ce4beda
• Yes? Add it to the `addTests()` array.
• No? The `isRepoWiki` detection is wrong and should be fixed.
true !== false
- Expected
+ Received
- false
+ true
❯ index.test.ts:58:12
|