You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<palign="right">(<ahref="#top">back to top</a>)</p>
@@ -152,7 +151,7 @@ Note there is currently an issue where the Monaco Code Editor keeps showing 'loa
152
151
153
152
#### Running tests
154
153
155
-
Instructions coming soon.
154
+
Electron, React and Redux tests can be run using `npm run test`
156
155
157
156
<palign="right">(<ahref="#top">back to top</a>)</p>
158
157
@@ -167,7 +166,6 @@ Below is the generated directory structure of the React and Webpack application
167
166
│ └── App.js
168
167
│ └── index.js
169
168
│ └── styles.css
170
-
├── test # Automated tests (alternatively `spec` or `tests`)
171
169
├── webpack.config.js # Webpack configuration
172
170
├── .babelrc # Babel configuration
173
171
├── .gitignore # Git ignore file
@@ -178,7 +176,7 @@ Below is the generated directory structure of the React and Webpack application
178
176
179
177
1. Using the inbuilt terminal, `cd` into the Exported Project in your `Downloads` folder
180
178
2. In the root of the Exported Project folder, install dependencies `npm install`
181
-
3. Start an instance
179
+
3. Start an instance`npm run start`
182
180
4. If `Localhost:8080` does not open automatically in your default browser, navigate to the specified port to see your running app with Hot Module Reloading and a pre-configured webpack
0 commit comments