From 3636d8548f5ad7740fe9db53cb0bca2e0de649c0 Mon Sep 17 00:00:00 2001 From: Ross Wollman Date: Sun, 3 Apr 2022 21:22:47 -0700 Subject: [PATCH] chore: fix lint (#13279) --- tests/playwright-test/babel.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright-test/babel.spec.ts b/tests/playwright-test/babel.spec.ts index d1aa2fb286..3c8fed7f6c 100644 --- a/tests/playwright-test/babel.spec.ts +++ b/tests/playwright-test/babel.spec.ts @@ -38,7 +38,7 @@ test('should succeed', async ({ runInlineTest }) => { }); test('should treat enums equally', async ({ runInlineTest }) => { - test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/13265' }); + test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/13265' }); const result = await runInlineTest({ 'component.tsx': ` export enum MyEnum {