Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 3.93 KB

testing-ci-assignment.md

File metadata and controls

43 lines (32 loc) · 3.93 KB

Unit Testing and CI Assignment

due Tuesday, October 2

Link to your pull request, repository, or write-up below:

Instructions

Note that this assignment can be completed any number of ways. The idea is to experiment with unit tests and continuous integration. You do not need to set up your own continuous integration or write a new test. For documentation, you may link below to a pull request, GitHub repository, or blog/medium post.

Jest and CircleCI

  1. Follow these video tutorials:
  2. Try one or more of the following:

Another option: Mocha/Chai and Travis

The Playground repository also has continuous integration enabled with TravisCI and testing with Mocha and Chai. If you'd like to try writing some tests for the Playground or experimenting with breaking the existing tests this is also an option.

Here are some resources for the above:

Another option: your own repo or another open source project?

You are welcome to set up unit testing and/or continuous integration in a new GitHub repository or contribute a test to another open source project.