From 770fbcb42f04fe28004f63f028999b06fb76093c Mon Sep 17 00:00:00 2001 From: Nathan Shively-Sanders <293473+sandersn@users.noreply.github.com> Date: Wed, 22 Jan 2020 13:38:25 -0800 Subject: [PATCH] Add jest to fp-ts user test (#36360) It was missing because I *think* they just added it. --- tests/cases/user/fp-ts/test.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/cases/user/fp-ts/test.json b/tests/cases/user/fp-ts/test.json index b5a0b49f68c..b7288f50299 100644 --- a/tests/cases/user/fp-ts/test.json +++ b/tests/cases/user/fp-ts/test.json @@ -1,4 +1,4 @@ { "cloneUrl": "https://github.com/gcanti/fp-ts.git", - "types": ["node"] + "types": ["node", "jest"] }