https://github.com/thisdot/apprentice-code-test
https://github.com/thisdot/apprentice-code-test
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thisdot/apprentice-code-test
- Owner: thisdot
- Created: 2019-03-23T18:57:34.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-07T07:00:46.000Z (about 7 years ago)
- Last Synced: 2025-04-06T06:42:48.084Z (about 1 year ago)
- Language: JavaScript
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Apprentice Program Code Test
Welcome to the apprentice program code test! We are so excited your interest to join. The following code quiz is to help us determine your level of comfort with Unit Testing and Javascript. This is open book so feel free to google. There are a number of unit tests that have been written, but seem to be written incorrectly. All of our testing is using the Chai assertion library. You will need to fix all the breaking tests. You will need to fork this repository, complete the goals below, and let us know when you have completed it. Thanks and good luck!
## Goals
- Fork this repository to your own
- Install all the dependencies using this repositories preferred package manager.
- Start the test runner using the package.json command
- Fix the currently broken unit tests to get everything to pass
- Insure all code follows code formatting rules
### Bonus Goals
- Add any tests you feel are missing