mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-01-08 21:16:58 -06:00
PR-579798: trying to fix Cypress component testing.
This commit is contained in:
parent
7f15b775ba
commit
220e488570
4
.gitignore
vendored
4
.gitignore
vendored
@ -3,4 +3,6 @@ node_modules
|
|||||||
#.envs
|
#.envs
|
||||||
.env
|
.env
|
||||||
#builds
|
#builds
|
||||||
build
|
build
|
||||||
|
#cypress
|
||||||
|
cypress/videos
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "@aleleba/create-react-ssr",
|
"name": "@aleleba/create-react-ssr",
|
||||||
"version": "3.8.2",
|
"version": "3.9.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "@aleleba/create-react-ssr",
|
"name": "@aleleba/create-react-ssr",
|
||||||
"version": "3.8.2",
|
"version": "3.9.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/register": "^7.21.0",
|
"@babel/register": "^7.21.0",
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
"check-updates": "npx npm-check-updates -u && npm i",
|
"check-updates": "npx npm-check-updates -u && npm i",
|
||||||
"cy:open": "npx cypress open",
|
"cy:open": "npx cypress open",
|
||||||
"cy:run": "cypress run",
|
"cy:run": "cypress run",
|
||||||
"cy:run-component": "npx cypress run --headless --component"
|
"cy:run-component": "cypress run --headless --component"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
Loading…
Reference in New Issue
Block a user