mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-16 12:10:05 -06:00
* Fixing some electron * More electron refs * Updating system test snapshots. Updating mocha timeout for module-api tests. * Updating magic require with comment * Updating system test snapshot again * Removing dead code
23 lines
585 B
JSON
23 lines
585 B
JSON
{
|
|
"name": "@test-project/cypress-example-module-api",
|
|
"version": "0.0.0-development",
|
|
"description": "Example running specs using Cypress via its module API",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "mocha --timeout 45000 test/spec.js"
|
|
},
|
|
"devDependencies": {
|
|
"@bahmutov/all-paths": "1.0.2",
|
|
"chdir-promise": "0.6.2",
|
|
"check-more-types": "2.24.0",
|
|
"debug": "4.3.3",
|
|
"lazy-ass": "1.6.0",
|
|
"mocha": "9.2.0",
|
|
"mocha-banner": "1.1.2",
|
|
"ramda": "0.28.0",
|
|
"snap-shot-it": "5.0.1",
|
|
"terminal-banner": "1.1.0"
|
|
}
|
|
}
|