histogram width divide by mode, not total #2

Merged
christofsteel merged 47 commits from honigle into main 2022-02-02 13:59:36 +01:00
Showing only changes of commit e899edf13f - Show all commits

View file

@ -4,6 +4,6 @@ import App from './App'
test('renders learn react link', () => {
render(<App />)
const linkElement = screen.getByText(/learn react/i)
const linkElement = screen.getByText(/Not Wordle/)
expect(linkElement).toBeInTheDocument()
})