Skip to content

Instantly share code, notes, and snippets.

View zpratt's full-sized avatar
💭
🤦‍♂️

Zach Pratt zpratt

💭
🤦‍♂️
View GitHub Profile
@zpratt
zpratt / Gruntfile.js
Created February 20, 2014 04:36
Basic configuration for running bdd and tdd tests with mocha integration.
module.exports = function (grunt) {
'use strict';
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
jshint: {
options: {
jshintrc: '.jshintrc'
},
gruntfile: {