Skip to content

Commit

Permalink
chore: PR remarks
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Jul 8, 2022
1 parent aa2720e commit 2a4f2d8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -41,7 +41,7 @@ describe('Page using eval in dev mode', () => {
beforeEach(() => (output = ''))
afterAll(() => killApp(context.app))

it('does issue Dynamic code evaluation warnings', async () => {
it('does issue dynamic code evaluation warnings', async () => {
const html = await renderViaHTTP(context.appPort, '/')
expect(html).toMatch(/>.*?100.*?and.*?100.*?<\//)
await waitFor(500)
Expand Down

0 comments on commit 2a4f2d8

Please sign in to comment.