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
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,12 +54,10 @@ npm run lint
54
54
To run unit tests:
55
55
56
56
```bash
57
-
npm run start-emulator # Start the emulator
58
-
npm run test# Reset the datastore emulator and start testing
59
-
npm run stop-emulator # Stop the emulator. You do not have to stop the emulator between consecutive tests
57
+
npm test
60
58
```
61
59
62
-
Note: featurelist is temporarily excluded because lit-analyzer throws `Maximum call stack size exceeded`.
60
+
This will start a local datastore emulator, run unit tests, and then shut down the emulator.
63
61
64
62
There are some developing information in developer-documentation.md.
65
63
@@ -70,7 +68,6 @@ There are some developing information in developer-documentation.md.
70
68
71
69
- When installing the GAE SDK, make sure to get the version for python 2.7. It is no longer the default version.
72
70
73
-
- When running `npm start` you may get an ImportError for jinja2.tests. This was caused by an over-general line in skip_files.yaml. Pulling the latest source code should resolve the problem.
0 commit comments