Skip to content

Commit

Permalink
fix(e2e): PackageJson type usage (#13236)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrazauskas committed Sep 9, 2022
1 parent 448eed8 commit 1b20fa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/__tests__/toMatchInlineSnapshotWithJSX.test.ts
Expand Up @@ -8,7 +8,7 @@
import {tmpdir} from 'os';
import * as path from 'path';
import {
JestPackageJson,
PackageJson,
cleanup,
createEmptyPackage,
runYarnInstall,
Expand All @@ -25,7 +25,7 @@ const babelConfig = {
],
};

const pkg: JestPackageJson = {
const pkg: PackageJson = {
dependencies: {
react: '^17.0.0',
},
Expand Down

0 comments on commit 1b20fa9

Please sign in to comment.