Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dustinspecker/fizzbuzz-example
- Owner: dustinspecker
- License: mit
- Created: 2015-03-30T19:38:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-30T20:04:17.000Z (over 9 years ago)
- Last Synced: 2023-04-09T18:51:15.807Z (over 1 year ago)
- Language: JavaScript
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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`