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';