mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 14:59:26 +01:00
Bumps [jest-puppeteer](https://github.com/smooth-code/jest-puppeteer) from 4.4.0 to 5.0.1. - [Release notes](https://github.com/smooth-code/jest-puppeteer/releases) - [Changelog](https://github.com/smooth-code/jest-puppeteer/blob/master/CHANGELOG.md) - [Commits](https://github.com/smooth-code/jest-puppeteer/compare/v4.4.0...v5.0.1) Signed-off-by: dependabot[bot] <support@github.com>
25 lines
392 B
JSON
25 lines
392 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"jest": "^26.0.1",
|
|
"jest-image-snapshot": "^4.0.0",
|
|
"puppeteer": "^8.0.0"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-puppeteer",
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/jest-setup.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"jest-puppeteer": "^5.0.1"
|
|
}
|
|
}
|