mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 15:00:26 +00:00
* 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
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"private": true,
|
|
"dependencies": {
|
|
"@jest/environment": "^24",
|
|
"@jest/fake-timers": "^24",
|
|
"@jest/types": "^24",
|
|
"jest-mock": "^24"
|
|
}
|
|
}
|