/test-and-ci-workshop

Learn about testing with Jest and continuous integration (CI) with Travis.

Primary LanguageJavaScript

Testing and CI Workshop

Build Status

Learn about testing with Jest and continuous integration (CI) with Travis.

Instructions

  • Fork this repo
  • npm install
  • npm test -- --watchAll

Write the following functions and tests:

  • validUsername: write function
  • arrayFns: Write more/better tests
  • validPassword: Add additional functionality and tests
  • validEmail: implement function and tests

Make a Pull Request back.

Resources:

About Testing

Jest

TravisCI