1
0
mirror of /repos/Prototyper.git synced 2026-02-27 16:12:00 +01:00

added groc and coverage

This commit is contained in:
Aiko Mastboom
2013-05-12 12:36:21 +02:00
parent 1d2116e43e
commit 3f7c13571b
6 changed files with 56 additions and 5 deletions

View File

@@ -1,4 +1,6 @@
var helpers = require('../lib/helpers.js');
var libpath = process.env['PROTOTYPER_COV'] ? '../lib-cov' : '../lib';
var helpers = require(libpath + '/helpers.js');
var expect = require('chai').expect;
var when = require('when');