-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve maintainability by adding unit testing and further documentation #44
Open
melodicht
wants to merge
16
commits into
dev
Choose a base branch
from
melodicht/maintainability
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jul 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 23d7192 - Browse repository at this point
Copy the full SHA 23d7192View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c9d875 - Browse repository at this point
Copy the full SHA 0c9d875View commit details -
Added further dependencies from Babel, to support Jest JS. `gaze-run-interrupt` has also been added to support the test-driven development (tdd) workflow.
Configuration menu - View commit details
-
Copy full SHA for 3e8605a - Browse repository at this point
Copy the full SHA 3e8605aView commit details -
(should have done this with `package.json`, my bad)
Configuration menu - View commit details
-
Copy full SHA for bc417ab - Browse repository at this point
Copy the full SHA bc417abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b267c2 - Browse repository at this point
Copy the full SHA 0b267c2View commit details -
Run `./tdd` or `npm run tdd`, and the tests will run as you save.
Configuration menu - View commit details
-
Copy full SHA for 7dfdc87 - Browse repository at this point
Copy the full SHA 7dfdc87View commit details
Commits on Jul 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0b6b0ab - Browse repository at this point
Copy the full SHA 0b6b0abView commit details -
Changes fast tdd so that only errors are shown
Tests that succeed would only clutter the screen. If one would like to see them, one can run `npm run test`.
Configuration menu - View commit details
-
Copy full SHA for cd1a5af - Browse repository at this point
Copy the full SHA cd1a5afView commit details
Commits on Jul 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7fb3898 - Browse repository at this point
Copy the full SHA 7fb3898View commit details -
- To view documentation on web. - ESLint made to ignore js files in `/doc`
Configuration menu - View commit details
-
Copy full SHA for c049850 - Browse repository at this point
Copy the full SHA c049850View commit details
Commits on Jul 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f2db725 - Browse repository at this point
Copy the full SHA f2db725View commit details -
Add
clearMocks
as default to jest configTo clear all mocks before beginning individual unit tests, reducing tests leak.
Configuration menu - View commit details
-
Copy full SHA for d181313 - Browse repository at this point
Copy the full SHA d181313View commit details -
Test client
handleCommands
andconnect
- Add helper functions, likely to be stored in new document in the future
Configuration menu - View commit details
-
Copy full SHA for 6f40e44 - Browse repository at this point
Copy the full SHA 6f40e44View commit details
Commits on Jul 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d4e1fcb - Browse repository at this point
Copy the full SHA d4e1fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1184c10 - Browse repository at this point
Copy the full SHA 1184c10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c1d8b3 - Browse repository at this point
Copy the full SHA 7c1d8b3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.