Merge pull request #443 from h3poteto/jest/testEnvironment

Set node as testEnvironment for jest
This commit is contained in:
AkiraFukushima 2020-07-06 23:49:58 +09:00 committed by GitHub
commit a31bff19a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,7 +48,8 @@
"ts-jest": {
"tsConfig": "tsconfig.json"
}
}
},
"testEnvironment": "node"
},
"homepage": "https://github.com/h3poteto/megalodon#readme",
"dependencies": {