Prefer const/let over var

This commit is contained in:
Juanjo Diaz
2018-05-24 00:27:09 +03:00
parent cdb860ad84
commit 2b5f94fa6a
42 changed files with 1091 additions and 1131 deletions

View File

@@ -1,5 +1,5 @@
/* eslint-disable no-console */
var expect = chai.expect;
const expect = chai.expect;
import * as Log from '../core/util/logging.js';