Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dustinspecker/fizzbuzz-example

Trying out Sinon's spying on console.log.
https://github.com/dustinspecker/fizzbuzz-example

Last synced: 2 days ago
JSON representation

Trying out Sinon's spying on console.log.

Awesome Lists containing this project

README

        

# fizzbuzz-example [![Build Status](https://travis-ci.org/dustinspecker/fizzbuzz-example.svg?branch=master)](https://travis-ci.org/dustinspecker/fizzbuzz-example) [![Coverage Status](https://img.shields.io/coveralls/dustinspecker/fizzbuzz-example.svg)](https://coveralls.io/r/dustinspecker/fizzbuzz-example?branch=master)

A JS FizzBuzz example - mostly for trying out Sinon's spying on console.log().

## Setup
1. `git clone https://github.com/dustinspecker/fizzbuzz-example`
1. `npm install`
1. `npm install -g gulp`
1. `gulp test`