File tree Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Expand file tree Collapse file tree 2 files changed +1
-25
lines changed Original file line number Diff line number Diff line change @@ -84,30 +84,6 @@ cli_path=$PWD/`npm pack`
84
84
cd $temp_cli_path
85
85
npm install $cli_path
86
86
87
- # ******************************************************************************
88
- # Test --scripts-version with a version number
89
- # ******************************************************************************
90
-
91
- cd $temp_app_path
92
- create_react_app --scripts-version=0.4.0 test-app-version-number
93
- cd test-app-version-number
94
-
95
- # Check corresponding scripts version is installed.
96
- exists node_modules/react-cy-scripts
97
- grep ' "version": "0.4.0"' node_modules/react-cy-scripts/package.json
98
-
99
- # ******************************************************************************
100
- # Test --scripts-version with a tarball url
101
- # ******************************************************************************
102
-
103
- cd $temp_app_path
104
- create_react_app --scripts-version=https://registry.npmjs.org/react-cy-scripts/-/react-cy-scripts-0.4.0.tgz test-app-tarball-url
105
- cd test-app-tarball-url
106
-
107
- # Check corresponding scripts version is installed.
108
- exists node_modules/react-cy-scripts
109
- grep ' "version": "0.4.0"' node_modules/react-cy-scripts/package.json
110
-
111
87
# ******************************************************************************
112
88
# Test --scripts-version with a custom fork of react-cy-scripts
113
89
# ******************************************************************************
Original file line number Diff line number Diff line change 77
77
# ******************************************************************************
78
78
79
79
# Pack CLI
80
- cd $root_path /packages/create-react-app
80
+ cd $root_path /packages/create-react-cy- app
81
81
cli_path=$PWD /` npm pack`
82
82
83
83
# Go to react-cy-scripts
You can’t perform that action at this time.
0 commit comments