/algocasts

Primary LanguageJavaScript

AlgoCasts

Forked from this repo and following along Stephen Grider's course on Udemy.

Setup

Make sure you're using the latest version of Node.

npm i -g jest

# Run tests for the reversestring exercise
cd exercises
jest reversestring/test.js --watch