Added tests for exif-helper

This commit is contained in:
Christoph Oberhofer
2016-08-15 00:51:31 +02:00
parent 6d5fd9d7ac
commit ce4d4a976a
5 changed files with 103 additions and 11 deletions
+6 -1
View File
@@ -24,7 +24,12 @@
"objectLiteralComputedProperties": true
},
"globals": {
"ENV": true
"ENV": true,
"beforeEach": true,
"describe": true,
"it": true,
"expect": true,
"sinon": true
},
"rules": {
"no-unused-expressions": 1,