Update tests to meet semistandard code standards

Switch to const/let instead of var
This commit is contained in:
Lovell Fuller
2016-10-26 11:52:45 +01:00
parent 36e636dca1
commit cbdbbe535a
38 changed files with 1378 additions and 1405 deletions

View File

@@ -87,9 +87,6 @@
"semistandard": {
"env": [
"mocha"
],
"ignore": [
"test"
]
}
}