diff --git a/e2e/__tests__/toMatchInlineSnapshotWithJSX.test.ts b/e2e/__tests__/toMatchInlineSnapshotWithJSX.test.ts index 1f5b63fa0a0e..bcc9211f1870 100644 --- a/e2e/__tests__/toMatchInlineSnapshotWithJSX.test.ts +++ b/e2e/__tests__/toMatchInlineSnapshotWithJSX.test.ts @@ -8,7 +8,7 @@ import {tmpdir} from 'os'; import * as path from 'path'; import { - JestPackageJson, + PackageJson, cleanup, createEmptyPackage, runYarnInstall, @@ -25,7 +25,7 @@ const babelConfig = { ], }; -const pkg: JestPackageJson = { +const pkg: PackageJson = { dependencies: { react: '^17.0.0', },