remove jest
SalvatorePreviti opened this issue · 3 comments
SalvatorePreviti commented
Remove JEST from package dependencies, it should be in devDependencies - is unsafe and dangerous to install jest and all its dependencies in a production server - this package cannot be used in production.
jhnns commented
See also #92 (comment)
esellin commented
+1
What? You've closed the bug?!?
I am using parse-domain in an AWS lambda, so I'm trying to keep things as lightweight as possible. Having jest as a dependency (rather than a devDependency) brings in tons of unnecessary crap, and is frankly insane.
If this 1-line fix isn't live very soon, I'll have to find an alternative solution to parse-domain.