Skip to content

Commit

Permalink
chore: add missing reference to jest-message-util from jest-util
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 11, 2019
1 parent b49075e commit cc0437d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/jest-util/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"rootDir": "src",
"outDir": "build"
},
"references": [{"path": "../jest-types"}, {"path": "../jest-mock"}]
"references": [
{"path": "../jest-types"},
{"path": "../jest-message-util"},
{"path": "../jest-mock"}
]
}

0 comments on commit cc0437d

Please sign in to comment.