Skip to content
Permalink
d884f9fb72
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
18 lines (9 sloc) 585 Bytes
# Software Quality
Resources:
1. [Lecture slides](https://docs.google.com/presentation/d/1Os28FNScFv2lHLqDfXGMPpSNf-Zbx0ByEGa0Ft8vxhk/edit?usp=sharing)
This week you are starting the development process.
Ensure you have private repo(s) in the 340CT-1819OCTJAN organisation. Names should be in the format xxx-yyy where xxx is your university username.
Set up your .eslintrc file and add a jest section to your package.json
Configure a range of tests and create aliases in your package.json
Set up your pre-commit and pre-push hooks to automatically run the tests
Start coding!