From 2b3f337a061b78dbe20d3f9c55406af2035e7f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Fri, 18 Feb 2022 03:05:48 +0100 Subject: [PATCH] test: add `placeceholder="blur"` test --- test/production/next/jest/index.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/production/next/jest/index.test.ts b/test/production/next/jest/index.test.ts index 9d65e91b2b79215..73265c52fcdbf5b 100644 --- a/test/production/next/jest/index.test.ts +++ b/test/production/next/jest/index.test.ts @@ -27,7 +27,8 @@ describe('next/jest', () => { export default function Page() { return <> - logo + logo + logo 2

hello world

}