Integrated karma for unit tests

This commit is contained in:
squidfunk
2016-10-07 16:38:13 +02:00
parent cc302a70fc
commit 82eef9340f
11 changed files with 310 additions and 13 deletions

View File

@@ -29,10 +29,6 @@
"node": true
},
"globals": {
"before": true,
"describe": true,
"expect": true,
"it": true,
"Modernizr": true,
"navigator": true
},
@@ -198,5 +194,6 @@
"requireReturnDescription": true
}],
"yield-star-spacing": 2
}
},
"root": true
}