mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +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('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({
|
const result = await runInlineTest({
|
||||||
'component.tsx': `
|
'component.tsx': `
|
||||||
export enum MyEnum {
|
export enum MyEnum {
|
||||||
|
Loading…
Reference in New Issue
Block a user