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 b95e55c601 - Show all commits

View file

@ -2,7 +2,7 @@ import React from 'react'
import { render, screen } from '@testing-library/react' import { render, screen } from '@testing-library/react'
import App from './App' import App from './App'
test('renders learn react link', () => { test('renders App component', () => {
render(<App />) render(<App />)
const linkElement = screen.getByText(/Not Wordle/) const linkElement = screen.getByText(/Not Wordle/)
expect(linkElement).toBeInTheDocument() expect(linkElement).toBeInTheDocument()