Skip to content

Commit 0841639

Browse files
committed
add missing reference to pretty-format
1 parent daaba1f commit 0841639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/test-utils/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"rootDir": "src",
55
"outDir": "build"
66
},
7-
"references": [{"path": "../jest-types"}]
7+
"references": [{"path": "../jest-types"}, {"path": "../pretty-format"}]
88
}

0 commit comments

Comments
 (0)