Skip to content

Commit

Permalink
fix(typo): unncessary -> unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
hiro0218 committed May 16, 2024
1 parent 25b767e commit d562338
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/router-rerender/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let app

const runTests = () => {
describe('with middleware', () => {
it('should not trigger unncessary rerenders when middleware is used', async () => {
it('should not trigger unnecessary rerenders when middleware is used', async () => {
const browser = await webdriver(appPort, '/')
await new Promise((resolve) => setTimeout(resolve, 100))

Expand All @@ -27,7 +27,7 @@ const runTests = () => {

describe('with rewrites', () => {
// TODO: Figure out the `isReady` issue.
it.skip('should not trigger unncessary rerenders when rewrites are used', async () => {})
it.skip('should not trigger unnecessary rerenders when rewrites are used', async () => {})
it.skip('should rerender with the correct query parameter if present with rewrites', async () => {})
})
}
Expand Down

0 comments on commit d562338

Please sign in to comment.