Initial unit tests (using Mocha and Chai asserts).

This commit is contained in:
Alexander Zobnin
2016-08-14 11:58:23 +03:00
parent 2882a48f25
commit d247fc8a99
5 changed files with 136 additions and 8 deletions

View File

@@ -34,6 +34,13 @@
"define": true,
"require": true,
"Chromath": false,
"setImmediate": true
"setImmediate": true,
"expect": true,
"it": true,
"describe": true,
"sinon": true,
"module": true,
"beforeEach": true,
"inject": true
}
}