An open API service indexing awesome lists of open source software.

https://github.com/thisdot/apprentice-code-test


https://github.com/thisdot/apprentice-code-test

Last synced: 12 months ago
JSON representation

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