Skip to content

Commit da491ac

Browse files
chrisbobbegnprice
authored andcommitted
internalLinks tests [nfc]: Add TODO to test modern-style stream links
1 parent f989207 commit da491ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/utils/__tests__/internalLinks-test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,8 @@ describe('getNarrowFromLink (part 1)', () => {
165165
['/#narrow/stream/jest', '/#narrow/stream/stream/', '/#narrow/stream/topic/'].forEach(hash =>
166166
check(hash),
167167
);
168+
169+
// TODO: Test with modern-style stream links that use stream IDs
168170
});
169171

170172
describe('link containing "topic" is a topic link', () => {

0 commit comments

Comments
 (0)