Merge pull request #455 from Mingun/fix-testing

redux
David Majda 8 years ago committed by GitHub
commit 381b5f4db7

@ -3,6 +3,8 @@
/* eslint-env node */
/* eslint no-console: 0 */
"use strict";
/*
* Small server whose main purpose is to ensure that both the benchmarked code
* and the benchmark get passed through Babel & Browserify before they are

@ -50,6 +50,7 @@
"browserify": "13.1.0",
"eslint": "2.13.1",
"express": "4.14.0",
"glob": "7.0.6",
"jasmine-node": "1.14.5",
"morgan": "1.7.0",
"uglify-js": "2.7.0"

@ -3,6 +3,8 @@
/* eslint-env node */
/* eslint no-console: 0 */
"use strict";
/*
* Small server whose main purpose is to ensure that both the specced code and
* the specs get passed through Babel & Browserify before they are served to the

Loading…
Cancel
Save