more unit tests

This commit is contained in:
Klemek
2019-07-12 09:21:18 +02:00
parent 2c23e4227e
commit 513de5dd97
3 changed files with 68 additions and 44 deletions
-1
View File
@@ -38,7 +38,6 @@ const DEFAULT_OPTIONS = {
const self = {
options: DEFAULT_OPTIONS,
debug: false,
compute: (data) => {
const options = merge(DEFAULT_OPTIONS, data['options']);