Ported reset. Added unit tests. Added reset route. Added integration tests

This commit is contained in:
Keith Holliday
2016-04-12 11:16:54 -05:00
parent 40c9366a47
commit 3970064fe5
10 changed files with 233 additions and 31 deletions

View File

@@ -10,7 +10,6 @@ const COMMON_FILES = [
'./common/script/**/*.js',
// @TODO remove these negations as the files are converted over.
'!./common/script/content/index.js',
'!./common/script/ops/reset.js',
'!./common/script/fns/randomDrop.js',
'!./common/script/libs/countExists.js',
'!./common/script/libs/encodeiCalLink.js',