merged master; fixed tests

This commit is contained in:
Christoph Oberhofer
2016-06-18 19:59:27 +02:00
17 changed files with 2819 additions and 1851 deletions
+7 -1
View File
@@ -33,7 +33,13 @@
"objectLiteralComputedProperties": true
},
"globals": {
"ENV": true
"ENV": true,
"it": true,
"describe": true,
"beforeEach": true,
"sinon": true,
"expect": true,
"afterEach": true
},
"rules": {
"no-unused-expressions": 1,