develop #45

Merged
TheFurya merged 2 commits from develop into main 2026-03-20 15:16:03 +01:00
Showing only changes of commit 869d28ab84 - Show all commits

View File

@@ -18,7 +18,6 @@ describe('RulesConfiguration', () => {
it('renders all rule section headings', () => {
setup()
expect(screen.getByText('Core Rules')).toBeInTheDocument()
expect(screen.getByText('Playstyle')).toBeInTheDocument()
expect(screen.getByText('Run Variant')).toBeInTheDocument()
expect(screen.getByText('Type Restriction')).toBeInTheDocument()
})