mirror of
https://github.com/amir20/dozzle.git
synced 2025-12-25 23:03:47 +01:00
Bumps [jest](https://github.com/facebook/jest) from 26.6.3 to 27.0.6. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/compare/v26.6.3...v27.0.6) --- updated-dependencies: - dependency-name: jest dependency-type: direct:production update-type: version-update:semver-major ... 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": "^27.0.6",
|
|
"jest-image-snapshot": "^4.0.0",
|
|
"puppeteer": "^9.0.0"
|
|
},
|
|
"jest": {
|
|
"preset": "jest-puppeteer",
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/jest-setup.js"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"jest-puppeteer": "^5.0.1"
|
|
}
|
|
}
|