From 2a4f2d8441ee01b0b5e511a024c3b3b31d1b53a6 Mon Sep 17 00:00:00 2001 From: feugy Date: Fri, 8 Jul 2022 10:28:21 +0200 Subject: [PATCH] chore: PR remarks --- test/integration/edge-runtime-dynamic-code/test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/edge-runtime-dynamic-code/test/index.test.js b/test/integration/edge-runtime-dynamic-code/test/index.test.js index ae5b7f6d363e0..f9b41e549b344 100644 --- a/test/integration/edge-runtime-dynamic-code/test/index.test.js +++ b/test/integration/edge-runtime-dynamic-code/test/index.test.js @@ -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)