mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 13:45:36 +03:00
chore: fix lint (#13279)
This commit is contained in:
parent
014deed913
commit
3636d8548f
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user