Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions apps/web/src/app/App.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,18 +114,17 @@ describe('App Chip setup wiring', () => {
expect(content).toContain('dynastyIndicator={{ seasonYear: chipDockSeason, coachName: chipCoachName }}');
});

<<<<<<< HEAD
it('mounts Sprint 46 atmosphere emitters beside the app shell controllers', () => {
expect(content).toContain("import { EraTransitionEmitter } from '../features/dynasty-era/EraTransitionEmitter'");
expect(content).toContain("import { ChampionshipParadeEmitter } from '../features/playoffs/ChampionshipParadeEmitter'");
expect(content).toContain('<AudioController />');
expect(content).toContain('<EraTransitionEmitter />');
expect(content).toContain('<ChampionshipParadeEmitter />');
=======
});

it('registers the Sprint 46 achievements gallery route additively', () => {
expect(content).toContain("const LazyAchievementsGallery = lazy(async () => ({ default: (await import('../features/franchise/AchievementsGallery')).AchievementsGallery }));");
expect(content).toContain("path: '/franchise/achievements'");
expect(content).toContain('routeTree.addChildren([achievementsRoute]);');
>>>>>>> 9ca31c9 (Sprint 46: Add achievements gallery)
expect(content).toContain('routeTree.addChildren([...(routeTree.children ?? []), achievementsRoute]);');
});
});
Loading