An example of using Pretzel Test, a test framework that was built in this blog post.

To get this working you'll need to follow the following steps:

Step One - Clone Pretzel Test

git clone https://github.com/twosmalltrees/pretzel-test.git pretzel-test

Step Two - Link Pretzel Test

cd pretzel-test
npm link

Step Three - Clone this repo and link

git clone https://github.com/twosmalltrees/pretzel-test-example.git pretzel-test-example
cd pretzel-test-example
npm link pretzel-test

Step Four - Test!

npm run test