Add "use strict" for spec and benchmark servers

redux
Mingun 8 years ago
parent 7f01db2fb8
commit 26ded450f4

@ -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

@ -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