Add jest to fp-ts user test (#36360)

It was missing because I *think* they just added it.
This commit is contained in:
Nathan Shively-Sanders 2020-01-22 13:38:25 -08:00 committed by GitHub
parent 1d5749ef78
commit 770fbcb42f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
{
"cloneUrl": "https://github.com/gcanti/fp-ts.git",
"types": ["node"]
"types": ["node", "jest"]
}