chore: fix lint (#13279)

This commit is contained in:
Ross Wollman 2022-04-03 21:22:47 -07:00 committed by GitHub
parent 014deed913
commit 3636d8548f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {