histogram width divide by mode, not total #2
1 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,6 @@ import App from './App'
|
||||||
|
|
||||||
test('renders learn react link', () => {
|
test('renders learn react link', () => {
|
||||||
render(<App />)
|
render(<App />)
|
||||||
const linkElement = screen.getByText(/learn react/i)
|
const linkElement = screen.getByText(/Not Wordle/)
|
||||||
expect(linkElement).toBeInTheDocument()
|
expect(linkElement).toBeInTheDocument()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue