Files
DefinitelyTyped/types/cypress-image-snapshot/package.json
Alex Kessock 9785fa3b5a Add options from cypress and jest-image-snapshot to cypress-image-snapshot (#41897)
* Add options from cypress and jest-image-snapshot to cypress-image-snapshot

* Use jest-image-snapshot from DefinitelyTyped

* Don't use relative paths to DefinitelyTyped modules

* Use TypeScript Version: 3.0 to match jest-image-snapshot

* inline jest-image-snapshot

* Don't use include

* Add dom to tsconfig

* Don't export MatchImageSnapshotOptions
2020-01-28 09:57:03 -08:00

7 lines
81 B
JSON

{
"private": true,
"dependencies": {
"cypress": "^3.8.3"
}
}