Тесты для стейтов AuthFlow

This commit is contained in:
SleepWalker
2016-03-21 08:16:37 +02:00
parent 1e9b48bd9b
commit 21bbba399f
17 changed files with 985 additions and 17 deletions

11
tests/.eslintrc.json Normal file
View File

@@ -0,0 +1,11 @@
{
"env": {
"browser": true,
"es6": true,
"mocha": true
},
"globals": {
"sinon": true
}
}