Files
DefinitelyTyped/types/jest-environment-puppeteer/package.json
bbe8520b9e fix(jest-environment-puppeteer): Class & Exports (#37647)
* fix(jest-environment-puppeteer): Class & Exports

This makes the typings actually compatible to create your own test
environment and not just as part of the bigger jest-puppeteer package.
How to do this is pretty much what the test covers. One of the reasons
to do this is to write a handler where Puppeteer takes screenshots after
each failed test, as discussed [here](https://github.com/smooth-code/jest-puppeteer/issues/131)

* Change to `export =` syntax

Co-Authored-By: Pranav Senthilnathan <pranav.senthilnathan@live.com>

* Fix the last stuff requested
2019-08-19 14:55:15 -07:00

10 lines
182 B
JSON

{
"private": true,
"dependencies": {
"@jest/environment": "^24",
"@jest/fake-timers": "^24",
"@jest/types": "^24",
"jest-mock": "^24"
}
}