From ccc95ec335aae5febd7e964eba78c0aa9fdc3dcb Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Fri, 8 Mar 2024 17:21:36 -0800 Subject: [PATCH] fix lint --- packages/playwright/src/matchers/toMatchSnapshot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playwright/src/matchers/toMatchSnapshot.ts b/packages/playwright/src/matchers/toMatchSnapshot.ts index 66d5b64dfe..317a0144d9 100644 --- a/packages/playwright/src/matchers/toMatchSnapshot.ts +++ b/packages/playwright/src/matchers/toMatchSnapshot.ts @@ -23,7 +23,7 @@ import { addSuffixToFilePath, trimLongString, callLogText, expectTypes, - sanitizeFilePathBeforeExtension} from '../util'; + sanitizeFilePathBeforeExtension } from '../util'; import { colors } from 'playwright-core/lib/utilsBundle'; import fs from 'fs'; import path from 'path';