mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix(directory): load direct board routes
This commit is contained in:
@@ -396,7 +396,12 @@ describe('Board', () => {
|
||||
routePath: '/:boardIdentifier/*',
|
||||
});
|
||||
|
||||
expect(testState.feedOptionsCalls.map((call) => call.communities)).toContainEqual([{ name: 'bizraelis.bso' }]);
|
||||
expect(testState.feedOptionsCalls.map((call) => call.communities)).toContainEqual([
|
||||
{
|
||||
name: 'bizraelis.bso',
|
||||
publicKey: '12D3KooWR7nTdKZqZ1twGWMfVsXYDGp1XAKUrnYznKP651jFrizE',
|
||||
},
|
||||
]);
|
||||
});
|
||||
|
||||
it('renders the current page feed, inserts recent account comments, and wires footer actions', async () => {
|
||||
|
||||
Reference in New Issue
Block a user