1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc submodule module added
ok 51 Luc submodule alwaysAddSubmodule
ok 52 Luc Node functions Emitter
ok 53 Luc Function utilities create augmentor append and this
ok 54 Luc Function utilities create augmentor thisArg with append after
ok 55 Luc Function utilities create augmentor thisArg index and args after
ok 56 Luc Function utilities create augmentor this arg and default insert args
ok 57 Luc Function utilities create augmentor default insert args
ok 58 Luc Function utilities create augmentor just arguments
ok 59 Luc Function utilities create sequence
ok 60 Luc Function utilities create sequence augmentor config
ok 61 Luc Function utilities create sequenceIf
ok 62 Luc Function utilities create relayer
ok 63 Luc Function utilities create deferred
ok 64 Luc Function utilities create deferred no millis
ok 65 Luc Function utilities create throtteled no millis
ok 66 Luc Function utilities create throtteled
ok 67 Luc is isArray
ok 68 Luc is isRegExp
ok 69 Luc is isDate
ok 70 Luc is isString
ok 71 Luc is isObject
ok 72 Luc is isNumber
ok 73 Luc is isFunction
ok 74 Luc is isFalsy
ok 75 Luc is isEmpty
ok 76 Luc is isArguments
ok 77 Luc Object functions each
ok 78 Luc Object functions apply
ok 79 Luc Object functions mix
ok 80 Luc Object functions toObject
ok 81 Luc Object functions filter non ownProperties
ok 82 Luc Object functions filter ownProperties
ok 83 Luc Object functions merge
ok 84 Luc override method is overwritten
ok 85 Luc override restore replaces original method single override
ok 86 Luc override restore replaces original method multiple overrides
ok 87 Luc override restore false config no restore method added
ok 88 Luc override previous true method gets passed in
ok 89 Luc Class Base
ok 90 Luc Class simple define
ok 91 Luc Class single mixin
ok 92 Luc Class multiple mixins
ok 93 Luc Class statics
ok 94 Luc Class test get static value
ok 95 Luc Class $class
ok 96 Luc Class super
ok 97 Luc Class composition
ok 98 Luc Class all class options together
ok 99 Luc Class class options do not get applied to the instance
ok 100 Luc Class get composition
ok 101 Luc Class initComposition before and after
ok 102 Luc Class test no superclass
ok 103 Luc Class test composition validation
ok 104 Luc Class test default plugin composition
ok 105 Luc Class test configured plugin constructors
ok 106 Luc Class test default plugin destroy
ok 107 Luc Class after define
ok 108 Luc Class callSuperMethod callSuperMethod
ok 109 Luc compare fn compare empty objects
ok 110 Luc compare fn compare values
ok 111 Luc compare fn compare different object types
ok 112 Luc compare fn compare falsys
ok 113 Luc compare fn deep compare
ok 114 Luc compare fn simple deep and shallow compare
ok 115 Luc compare fn invalid type throws an exception
ok 116 Luc compare fn loose compare
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc submodule module added
ok 51 Luc submodule alwaysAddSubmodule
ok 52 Luc Node functions Emitter
ok 53 Luc Function utilities create augmentor append and this
ok 54 Luc Function utilities create augmentor thisArg with append after
ok 55 Luc Function utilities create augmentor thisArg index and args after
ok 56 Luc Function utilities create augmentor this arg and default insert args
ok 57 Luc Function utilities create augmentor default insert args
ok 58 Luc Function utilities create augmentor just arguments
ok 59 Luc Function utilities create sequence
ok 60 Luc Function utilities create sequence augmentor config
ok 61 Luc Function utilities create sequenceIf
ok 62 Luc Function utilities create relayer
ok 63 Luc Function utilities create deferred
ok 64 Luc Function utilities create deferred no millis
ok 65 Luc Function utilities create throtteled no millis
ok 66 Luc Function utilities create throtteled
ok 67 Luc is isArray
ok 68 Luc is isRegExp
ok 69 Luc is isDate
ok 70 Luc is isString
ok 71 Luc is isObject
ok 72 Luc is isNumber
ok 73 Luc is isFunction
ok 74 Luc is isFalsy
ok 75 Luc is isEmpty
ok 76 Luc is isArguments
ok 77 Luc Object functions each
ok 78 Luc Object functions apply
ok 79 Luc Object functions mix
ok 80 Luc Object functions toObject
ok 81 Luc Object functions filter non ownProperties
ok 82 Luc Object functions filter ownProperties
ok 83 Luc Object functions merge
ok 84 Luc override method is overwritten
ok 85 Luc override restore replaces original method single override
ok 86 Luc override restore replaces original method multiple overrides
ok 87 Luc override restore false config no restore method added
ok 88 Luc override previous true method gets passed in
ok 89 Luc Class Base
ok 90 Luc Class simple define
ok 91 Luc Class single mixin
ok 92 Luc Class multiple mixins
ok 93 Luc Class statics
ok 94 Luc Class test get static value
ok 95 Luc Class $class
ok 96 Luc Class super
ok 97 Luc Class composition
ok 98 Luc Class all class options together
ok 99 Luc Class class options do not get applied to the instance
ok 100 Luc Class get composition
ok 101 Luc Class initComposition before and after
ok 102 Luc Class test no superclass
ok 103 Luc Class test composition validation
ok 104 Luc Class test default plugin composition
ok 105 Luc Class test configured plugin constructors
ok 106 Luc Class test default plugin destroy
ok 107 Luc Class after define
ok 108 Luc Class callSuperMethod callSuperMethod
ok 109 Luc compare fn compare empty objects
ok 110 Luc compare fn compare values
ok 111 Luc compare fn compare different object types
ok 112 Luc compare fn compare falsys
ok 113 Luc compare fn deep compare
ok 114 Luc compare fn simple deep and shallow compare
ok 115 Luc compare fn invalid type throws an exception
ok 116 Luc compare fn loose compare
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc submodule module added
ok 51 Luc submodule alwaysAddSubmodule
ok 52 Luc Node functions Emitter
ok 53 Luc Function utilities create augmentor append and this
ok 54 Luc Function utilities create augmentor thisArg with append after
ok 55 Luc Function utilities create augmentor thisArg index and args after
ok 56 Luc Function utilities create augmentor this arg and default insert args
ok 57 Luc Function utilities create augmentor default insert args
ok 58 Luc Function utilities create augmentor just arguments
ok 59 Luc Function utilities create sequence
ok 60 Luc Function utilities create sequence augmentor config
ok 61 Luc Function utilities create sequenceIf
ok 62 Luc Function utilities create relayer
ok 63 Luc Function utilities create deferred
ok 64 Luc Function utilities create deferred no millis
ok 65 Luc Function utilities create throtteled no millis
ok 66 Luc Function utilities create throtteled
ok 67 Luc is isArray
ok 68 Luc is isRegExp
ok 69 Luc is isDate
ok 70 Luc is isString
ok 71 Luc is isObject
ok 72 Luc is isNumber
ok 73 Luc is isFunction
ok 74 Luc is isFalsy
ok 75 Luc is isEmpty
ok 76 Luc is isArguments
ok 77 Luc Object functions each
ok 78 Luc Object functions apply
ok 79 Luc Object functions mix
ok 80 Luc Object functions toObject
ok 81 Luc Object functions filter non ownProperties
ok 82 Luc Object functions filter ownProperties
ok 83 Luc Object functions merge
ok 84 Luc override method is overwritten
ok 85 Luc override restore replaces original method single override
ok 86 Luc override restore replaces original method multiple overrides
ok 87 Luc override restore false config no restore method added
ok 88 Luc override previous true method gets passed in
ok 89 Luc Class Base
ok 90 Luc Class simple define
ok 91 Luc Class single mixin
ok 92 Luc Class multiple mixins
ok 93 Luc Class statics
ok 94 Luc Class test get static value
ok 95 Luc Class $class
ok 96 Luc Class super
ok 97 Luc Class composition
ok 98 Luc Class all class options together
ok 99 Luc Class class options do not get applied to the instance
ok 100 Luc Class get composition
ok 101 Luc Class initComposition before and after
ok 102 Luc Class test no superclass
ok 103 Luc Class test composition validation
ok 104 Luc Class test default plugin composition
ok 105 Luc Class test configured plugin constructors
ok 106 Luc Class test default plugin destroy
ok 107 Luc Class after define
ok 108 Luc Class callSuperMethod callSuperMethod
ok 109 Luc compare fn compare empty objects
ok 110 Luc compare fn compare values
ok 111 Luc compare fn compare different object types
ok 112 Luc compare fn compare falsys
ok 113 Luc compare fn deep compare
ok 114 Luc compare fn simple deep and shallow compare
ok 115 Luc compare fn invalid type throws an exception
ok 116 Luc compare fn loose compare
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc submodule module added
ok 51 Luc submodule alwaysAddSubmodule
ok 52 Luc Node functions Emitter
ok 53 Luc Function utilities create augmentor append and this
ok 54 Luc Function utilities create augmentor thisArg with append after
ok 55 Luc Function utilities create augmentor thisArg index and args after
ok 56 Luc Function utilities create augmentor this arg and default insert args
ok 57 Luc Function utilities create augmentor default insert args
ok 58 Luc Function utilities create augmentor just arguments
ok 59 Luc Function utilities create sequence
ok 60 Luc Function utilities create sequence augmentor config
ok 61 Luc Function utilities create sequenceIf
ok 62 Luc Function utilities create relayer
ok 63 Luc Function utilities create deferred
ok 64 Luc Function utilities create deferred no millis
ok 65 Luc Function utilities create throtteled no millis
ok 66 Luc Function utilities create throtteled
ok 67 Luc is isArray
ok 68 Luc is isRegExp
ok 69 Luc is isDate
ok 70 Luc is isString
ok 71 Luc is isObject
ok 72 Luc is isNumber
ok 73 Luc is isFunction
ok 74 Luc is isFalsy
ok 75 Luc is isEmpty
ok 76 Luc is isArguments
ok 77 Luc Object functions each
ok 78 Luc Object functions apply
ok 79 Luc Object functions mix
ok 80 Luc Object functions toObject
ok 81 Luc Object functions filter non ownProperties
ok 82 Luc Object functions filter ownProperties
ok 83 Luc Object functions merge
ok 84 Luc override method is overwritten
ok 85 Luc override restore replaces original method single override
ok 86 Luc override restore replaces original method multiple overrides
ok 87 Luc override restore false config no restore method added
ok 88 Luc override previous true method gets passed in
ok 89 Luc Class Base
ok 90 Luc Class simple define
ok 91 Luc Class single mixin
ok 92 Luc Class multiple mixins
ok 93 Luc Class statics
ok 94 Luc Class test get static value
ok 95 Luc Class $class
ok 96 Luc Class super
ok 97 Luc Class composition
ok 98 Luc Class all class options together
ok 99 Luc Class class options do not get applied to the instance
ok 100 Luc Class get composition
ok 101 Luc Class initComposition before and after
ok 102 Luc Class test no superclass
ok 103 Luc Class test composition validation
ok 104 Luc Class test default plugin composition
ok 105 Luc Class test configured plugin constructors
ok 106 Luc Class test default plugin destroy
ok 107 Luc Class after define
ok 108 Luc Class callSuperMethod callSuperMethod
ok 109 Luc compare fn compare empty objects
ok 110 Luc compare fn compare values
ok 111 Luc compare fn compare different object types
ok 112 Luc compare fn compare falsys
ok 113 Luc compare fn deep compare
ok 114 Luc compare fn simple deep and shallow compare
ok 115 Luc compare fn invalid type throws an exception
ok 116 Luc compare fn loose compare
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc submodule module added
ok 51 Luc submodule alwaysAddSubmodule
ok 52 Luc Node functions Emitter
ok 53 Luc Function utilities create augmentor append and this
ok 54 Luc Function utilities create augmentor thisArg with append after
ok 55 Luc Function utilities create augmentor thisArg index and args after
ok 56 Luc Function utilities create augmentor this arg and default insert args
ok 57 Luc Function utilities create augmentor default insert args
ok 58 Luc Function utilities create augmentor just arguments
ok 59 Luc Function utilities create sequence
ok 60 Luc Function utilities create sequence augmentor config
ok 61 Luc Function utilities create sequenceIf
ok 62 Luc Function utilities create relayer
ok 63 Luc Function utilities create deferred
ok 64 Luc Function utilities create deferred no millis
ok 65 Luc Function utilities create throtteled no millis
ok 66 Luc Function utilities create throtteled
ok 67 Luc is isArray
ok 68 Luc is isRegExp
ok 69 Luc is isDate
ok 70 Luc is isString
ok 71 Luc is isObject
ok 72 Luc is isNumber
ok 73 Luc is isFunction
ok 74 Luc is isFalsy
ok 75 Luc is isEmpty
ok 76 Luc is isArguments
ok 77 Luc Object functions each
ok 78 Luc Object functions apply
ok 79 Luc Object functions mix
ok 80 Luc Object functions toObject
ok 81 Luc Object functions filter non ownProperties
ok 82 Luc Object functions filter ownProperties
ok 83 Luc Object functions merge
ok 84 Luc override method is overwritten
ok 85 Luc override restore replaces original method single override
ok 86 Luc override restore replaces original method multiple overrides
ok 87 Luc override restore false config no restore method added
ok 88 Luc override previous true method gets passed in
ok 89 Luc Class Base
ok 90 Luc Class simple define
ok 91 Luc Class single mixin
ok 92 Luc Class multiple mixins
ok 93 Luc Class statics
ok 94 Luc Class test get static value
ok 95 Luc Class $class
ok 96 Luc Class super
ok 97 Luc Class composition
ok 98 Luc Class all class options together
ok 99 Luc Class class options do not get applied to the instance
ok 100 Luc Class get composition
ok 101 Luc Class initComposition before and after
ok 102 Luc Class test no superclass
ok 103 Luc Class test composition validation
ok 104 Luc Class test default plugin composition
ok 105 Luc Class test configured plugin constructors
ok 106 Luc Class test default plugin destroy
ok 107 Luc Class after define
ok 108 Luc Class callSuperMethod callSuperMethod
ok 109 Luc compare fn compare empty objects
ok 110 Luc compare fn compare values
ok 111 Luc compare fn compare different object types
ok 112 Luc compare fn compare falsys
ok 113 Luc compare fn deep compare
ok 114 Luc compare fn simple deep and shallow compare
ok 115 Luc compare fn invalid type throws an exception
ok 116 Luc compare fn loose compare
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc submodule module added
ok 51 Luc submodule alwaysAddSubmodule
ok 52 Luc Node functions Emitter
ok 53 Luc Function utilities create augmentor append and this
ok 54 Luc Function utilities create augmentor thisArg with append after
ok 55 Luc Function utilities create augmentor thisArg index and args after
ok 56 Luc Function utilities create augmentor this arg and default insert args
ok 57 Luc Function utilities create augmentor default insert args
ok 58 Luc Function utilities create augmentor just arguments
ok 59 Luc Function utilities create sequence
ok 60 Luc Function utilities create sequence augmentor config
ok 61 Luc Function utilities create sequenceIf
ok 62 Luc Function utilities create relayer
ok 63 Luc Function utilities create deferred
ok 64 Luc Function utilities create deferred no millis
ok 65 Luc Function utilities create throtteled no millis
ok 66 Luc Function utilities create throtteled
ok 67 Luc is isArray
ok 68 Luc is isRegExp
ok 69 Luc is isDate
ok 70 Luc is isString
ok 71 Luc is isObject
ok 72 Luc is isNumber
ok 73 Luc is isFunction
ok 74 Luc is isFalsy
ok 75 Luc is isEmpty
ok 76 Luc is isArguments
ok 77 Luc Object functions each
ok 78 Luc Object functions apply
ok 79 Luc Object functions mix
ok 80 Luc Object functions toObject
ok 81 Luc Object functions filter non ownProperties
ok 82 Luc Object functions filter ownProperties
ok 83 Luc Object functions merge
ok 84 Luc override method is overwritten
ok 85 Luc override restore replaces original method single override
ok 86 Luc override restore replaces original method multiple overrides
ok 87 Luc override restore false config no restore method added
ok 88 Luc override previous true method gets passed in
ok 89 Luc Class Base
ok 90 Luc Class simple define
ok 91 Luc Class single mixin
ok 92 Luc Class multiple mixins
ok 93 Luc Class statics
ok 94 Luc Class test get static value
ok 95 Luc Class $class
ok 96 Luc Class super
ok 97 Luc Class composition
ok 98 Luc Class all class options together
ok 99 Luc Class class options do not get applied to the instance
ok 100 Luc Class get composition
ok 101 Luc Class initComposition before and after
ok 102 Luc Class test no superclass
ok 103 Luc Class test composition validation
ok 104 Luc Class test default plugin composition
ok 105 Luc Class test configured plugin constructors
ok 106 Luc Class test default plugin destroy
ok 107 Luc Class after define
ok 108 Luc Class callSuperMethod callSuperMethod
ok 109 Luc compare fn compare empty objects
ok 110 Luc compare fn compare values
ok 111 Luc compare fn compare different object types
ok 112 Luc compare fn compare falsys
ok 113 Luc compare fn deep compare
ok 114 Luc compare fn simple deep and shallow compare
ok 115 Luc compare fn invalid type throws an exception
ok 116 Luc compare fn loose compare
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc submodule module added
ok 51 Luc submodule alwaysAddSubmodule
ok 52 Luc Node functions Emitter
ok 53 Luc Function utilities create augmentor append and this
ok 54 Luc Function utilities create augmentor thisArg with append after
ok 55 Luc Function utilities create augmentor thisArg index and args after
ok 56 Luc Function utilities create augmentor this arg and default insert args
ok 57 Luc Function utilities create augmentor default insert args
ok 58 Luc Function utilities create augmentor just arguments
ok 59 Luc Function utilities create sequence
ok 60 Luc Function utilities create sequence augmentor config
ok 61 Luc Function utilities create sequenceIf
ok 62 Luc Function utilities create relayer
ok 63 Luc Function utilities create deferred
ok 64 Luc Function utilities create deferred no millis
ok 65 Luc Function utilities create throtteled no millis
ok 66 Luc Function utilities create throtteled
ok 67 Luc is isArray
ok 68 Luc is isRegExp
ok 69 Luc is isDate
ok 70 Luc is isString
ok 71 Luc is isObject
ok 72 Luc is isNumber
ok 73 Luc is isFunction
ok 74 Luc is isFalsy
ok 75 Luc is isEmpty
ok 76 Luc is isArguments
ok 77 Luc Object functions each
ok 78 Luc Object functions apply
ok 79 Luc Object functions mix
ok 80 Luc Object functions toObject
ok 81 Luc Object functions filter non ownProperties
ok 82 Luc Object functions filter ownProperties
ok 83 Luc Object functions merge
ok 84 Luc override method is overwritten
ok 85 Luc override restore replaces original method single override
ok 86 Luc override restore replaces original method multiple overrides
ok 87 Luc override restore false config no restore method added
ok 88 Luc override previous true method gets passed in
ok 89 Luc Class Base
ok 90 Luc Class simple define
ok 91 Luc Class single mixin
ok 92 Luc Class multiple mixins
ok 93 Luc Class statics
ok 94 Luc Class test get static value
ok 95 Luc Class $class
ok 96 Luc Class super
ok 97 Luc Class composition
ok 98 Luc Class all class options together
ok 99 Luc Class class options do not get applied to the instance
ok 100 Luc Class get composition
ok 101 Luc Class initComposition before and after
ok 102 Luc Class test no superclass
ok 103 Luc Class test composition validation
ok 104 Luc Class test default plugin composition
ok 105 Luc Class test configured plugin constructors
ok 106 Luc Class test default plugin destroy
ok 107 Luc Class after define
ok 108 Luc Class callSuperMethod callSuperMethod
ok 109 Luc compare fn compare empty objects
ok 110 Luc compare fn compare values
ok 111 Luc compare fn compare different object types
ok 112 Luc compare fn compare falsys
ok 113 Luc compare fn deep compare
ok 114 Luc compare fn simple deep and shallow compare
ok 115 Luc compare fn invalid type throws an exception
ok 116 Luc compare fn loose compare
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc submodule module added
ok 51 Luc submodule alwaysAddSubmodule
ok 52 Luc Node functions Emitter
ok 53 Luc Function utilities create augmentor append and this
ok 54 Luc Function utilities create augmentor thisArg with append after
ok 55 Luc Function utilities create augmentor thisArg index and args after
ok 56 Luc Function utilities create augmentor this arg and default insert args
ok 57 Luc Function utilities create augmentor default insert args
ok 58 Luc Function utilities create augmentor just arguments
ok 59 Luc Function utilities create sequence
ok 60 Luc Function utilities create sequence augmentor config
ok 61 Luc Function utilities create sequenceIf
ok 62 Luc Function utilities create relayer
ok 63 Luc Function utilities create deferred
ok 64 Luc Function utilities create deferred no millis
ok 65 Luc Function utilities create throtteled no millis
ok 66 Luc Function utilities create throtteled
ok 67 Luc is isArray
ok 68 Luc is isRegExp
ok 69 Luc is isDate
ok 70 Luc is isString
ok 71 Luc is isObject
ok 72 Luc is isNumber
ok 73 Luc is isFunction
ok 74 Luc is isFalsy
ok 75 Luc is isEmpty
ok 76 Luc is isArguments
ok 77 Luc Object functions each
ok 78 Luc Object functions apply
ok 79 Luc Object functions mix
ok 80 Luc Object functions toObject
ok 81 Luc Object functions filter non ownProperties
ok 82 Luc Object functions filter ownProperties
ok 83 Luc Object functions merge
ok 84 Luc override method is overwritten
ok 85 Luc override restore replaces original method single override
ok 86 Luc override restore replaces original method multiple overrides
ok 87 Luc override restore false config no restore method added
ok 88 Luc override previous true method gets passed in
ok 89 Luc Class Base
ok 90 Luc Class simple define
ok 91 Luc Class single mixin
ok 92 Luc Class multiple mixins
ok 93 Luc Class statics
ok 94 Luc Class test get static value
ok 95 Luc Class $class
ok 96 Luc Class super
ok 97 Luc Class composition
ok 98 Luc Class all class options together
ok 99 Luc Class class options do not get applied to the instance
ok 100 Luc Class get composition
ok 101 Luc Class initComposition before and after
ok 102 Luc Class test no superclass
ok 103 Luc Class test composition validation
ok 104 Luc Class test default plugin composition
ok 105 Luc Class test configured plugin constructors
ok 106 Luc Class test default plugin destroy
ok 107 Luc Class after define
ok 108 Luc Class callSuperMethod callSuperMethod
ok 109 Luc compare fn compare empty objects
ok 110 Luc compare fn compare values
ok 111 Luc compare fn compare different object types
ok 112 Luc compare fn compare falsys
ok 113 Luc compare fn deep compare
ok 114 Luc compare fn simple deep and shallow compare
ok 115 Luc compare fn invalid type throws an exception
ok 116 Luc compare fn loose compare
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc submodule module added
ok 51 Luc submodule alwaysAddSubmodule
ok 52 Luc Node functions Emitter
ok 53 Luc Function utilities create augmentor append and this
ok 54 Luc Function utilities create augmentor thisArg with append after
ok 55 Luc Function utilities create augmentor thisArg index and args after
ok 56 Luc Function utilities create augmentor this arg and default insert args
ok 57 Luc Function utilities create augmentor default insert args
ok 58 Luc Function utilities create augmentor just arguments
ok 59 Luc Function utilities create sequence
ok 60 Luc Function utilities create sequence augmentor config
ok 61 Luc Function utilities create sequenceIf
ok 62 Luc Function utilities create relayer
ok 63 Luc Function utilities create deferred
ok 64 Luc Function utilities create deferred no millis
ok 65 Luc Function utilities create throtteled no millis
ok 66 Luc Function utilities create throtteled
ok 67 Luc is isArray
ok 68 Luc is isRegExp
ok 69 Luc is isDate
ok 70 Luc is isString
ok 71 Luc is isObject
ok 72 Luc is isNumber
ok 73 Luc is isFunction
ok 74 Luc is isFalsy
ok 75 Luc is isEmpty
ok 76 Luc is isArguments
ok 77 Luc Object functions each
ok 78 Luc Object functions apply
ok 79 Luc Object functions mix
ok 80 Luc Object functions toObject
ok 81 Luc Object functions filter non ownProperties
ok 82 Luc Object functions filter ownProperties
ok 83 Luc Object functions merge
ok 84 Luc override method is overwritten
ok 85 Luc override restore replaces original method single override
ok 86 Luc override restore replaces original method multiple overrides
ok 87 Luc override restore false config no restore method added
ok 88 Luc override previous true method gets passed in
ok 89 Luc Class Base
ok 90 Luc Class simple define
ok 91 Luc Class single mixin
ok 92 Luc Class multiple mixins
ok 93 Luc Class statics
ok 94 Luc Class test get static value
ok 95 Luc Class $class
ok 96 Luc Class super
ok 97 Luc Class composition
ok 98 Luc Class all class options together
ok 99 Luc Class class options do not get applied to the instance
ok 100 Luc Class get composition
ok 101 Luc Class initComposition before and after
ok 102 Luc Class test no superclass
ok 103 Luc Class test composition validation
ok 104 Luc Class test default plugin composition
ok 105 Luc Class test configured plugin constructors
ok 106 Luc Class test default plugin destroy
ok 107 Luc Class after define
ok 108 Luc Class callSuperMethod callSuperMethod
ok 109 Luc compare fn compare empty objects
ok 110 Luc compare fn compare values
ok 111 Luc compare fn compare different object types
ok 112 Luc compare fn compare falsys
ok 113 Luc compare fn deep compare
ok 114 Luc compare fn simple deep and shallow compare
ok 115 Luc compare fn invalid type throws an exception
ok 116 Luc compare fn loose compare
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc override method is overwritten
ok 104 Luc override restore replaces original method single override
ok 105 Luc override restore replaces original method multiple overrides
ok 106 Luc override restore false config no restore method added
ok 107 Luc override previous true method gets passed in
ok 108 Luc Object functions each
ok 109 Luc Object functions apply
ok 110 Luc Object functions mix
ok 111 Luc Object functions toObject
ok 112 Luc Object functions filter non ownProperties
ok 113 Luc Object functions filter ownProperties
ok 114 Luc Object functions merge
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc override method is overwritten
ok 104 Luc override restore replaces original method single override
ok 105 Luc override restore replaces original method multiple overrides
ok 106 Luc override restore false config no restore method added
ok 107 Luc override previous true method gets passed in
ok 108 Luc Object functions each
ok 109 Luc Object functions apply
ok 110 Luc Object functions mix
ok 111 Luc Object functions toObject
ok 112 Luc Object functions filter non ownProperties
ok 113 Luc Object functions filter ownProperties
ok 114 Luc Object functions merge
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc override method is overwritten
ok 104 Luc override restore replaces original method single override
ok 105 Luc override restore replaces original method multiple overrides
ok 106 Luc override restore false config no restore method added
ok 107 Luc override previous true method gets passed in
ok 108 Luc Object functions each
ok 109 Luc Object functions apply
ok 110 Luc Object functions mix
ok 111 Luc Object functions toObject
ok 112 Luc Object functions filter non ownProperties
ok 113 Luc Object functions filter ownProperties
ok 114 Luc Object functions merge
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc override method is overwritten
ok 104 Luc override restore replaces original method single override
ok 105 Luc override restore replaces original method multiple overrides
ok 106 Luc override restore false config no restore method added
ok 107 Luc override previous true method gets passed in
ok 108 Luc Object functions each
ok 109 Luc Object functions apply
ok 110 Luc Object functions mix
ok 111 Luc Object functions toObject
ok 112 Luc Object functions filter non ownProperties
ok 113 Luc Object functions filter ownProperties
ok 114 Luc Object functions merge
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc override method is overwritten
ok 104 Luc override restore replaces original method single override
ok 105 Luc override restore replaces original method multiple overrides
ok 106 Luc override restore false config no restore method added
ok 107 Luc override previous true method gets passed in
ok 108 Luc Object functions each
ok 109 Luc Object functions apply
ok 110 Luc Object functions mix
ok 111 Luc Object functions toObject
ok 112 Luc Object functions filter non ownProperties
ok 113 Luc Object functions filter ownProperties
ok 114 Luc Object functions merge
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc override method is overwritten
ok 104 Luc override restore replaces original method single override
ok 105 Luc override restore replaces original method multiple overrides
ok 106 Luc override restore false config no restore method added
ok 107 Luc override previous true method gets passed in
ok 108 Luc Object functions each
ok 109 Luc Object functions apply
ok 110 Luc Object functions mix
ok 111 Luc Object functions toObject
ok 112 Luc Object functions filter non ownProperties
ok 113 Luc Object functions filter ownProperties
ok 114 Luc Object functions merge
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc override method is overwritten
ok 104 Luc override restore replaces original method single override
ok 105 Luc override restore replaces original method multiple overrides
ok 106 Luc override restore false config no restore method added
ok 107 Luc override previous true method gets passed in
ok 108 Luc Object functions each
ok 109 Luc Object functions apply
ok 110 Luc Object functions mix
ok 111 Luc Object functions toObject
ok 112 Luc Object functions filter non ownProperties
ok 113 Luc Object functions filter ownProperties
ok 114 Luc Object functions merge
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc override method is overwritten
ok 104 Luc override restore replaces original method single override
ok 105 Luc override restore replaces original method multiple overrides
ok 106 Luc override restore false config no restore method added
ok 107 Luc override previous true method gets passed in
ok 108 Luc Object functions each
ok 109 Luc Object functions apply
ok 110 Luc Object functions mix
ok 111 Luc Object functions toObject
ok 112 Luc Object functions filter non ownProperties
ok 113 Luc Object functions filter ownProperties
ok 114 Luc Object functions merge
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc override method is overwritten
ok 104 Luc override restore replaces original method single override
ok 105 Luc override restore replaces original method multiple overrides
ok 106 Luc override restore false config no restore method added
ok 107 Luc override previous true method gets passed in
ok 108 Luc Object functions each
ok 109 Luc Object functions apply
ok 110 Luc Object functions mix
ok 111 Luc Object functions toObject
ok 112 Luc Object functions filter non ownProperties
ok 113 Luc Object functions filter ownProperties
ok 114 Luc Object functions merge
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Object functions each
ok 103 Luc Object functions apply
ok 104 Luc Object functions mix
ok 105 Luc Object functions toObject
ok 106 Luc Object functions filter non ownProperties
ok 107 Luc Object functions filter ownProperties
ok 108 Luc Object functions merge
ok 109 Luc Node functions Emitter
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Object functions each
ok 103 Luc Object functions apply
ok 104 Luc Object functions mix
ok 105 Luc Object functions toObject
ok 106 Luc Object functions filter non ownProperties
ok 107 Luc Object functions filter ownProperties
ok 108 Luc Object functions merge
ok 109 Luc Node functions Emitter
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Object functions each
ok 103 Luc Object functions apply
ok 104 Luc Object functions mix
ok 105 Luc Object functions toObject
ok 106 Luc Object functions filter non ownProperties
ok 107 Luc Object functions filter ownProperties
ok 108 Luc Object functions merge
ok 109 Luc Node functions Emitter
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Object functions each
ok 103 Luc Object functions apply
ok 104 Luc Object functions mix
ok 105 Luc Object functions toObject
ok 106 Luc Object functions filter non ownProperties
ok 107 Luc Object functions filter ownProperties
ok 108 Luc Object functions merge
ok 109 Luc Node functions Emitter
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Object functions each
ok 103 Luc Object functions apply
ok 104 Luc Object functions mix
ok 105 Luc Object functions toObject
ok 106 Luc Object functions filter non ownProperties
ok 107 Luc Object functions filter ownProperties
ok 108 Luc Object functions merge
ok 109 Luc Node functions Emitter
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Object functions each
ok 103 Luc Object functions apply
ok 104 Luc Object functions mix
ok 105 Luc Object functions toObject
ok 106 Luc Object functions filter non ownProperties
ok 107 Luc Object functions filter ownProperties
ok 108 Luc Object functions merge
ok 109 Luc Node functions Emitter
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Object functions each
ok 103 Luc Object functions apply
ok 104 Luc Object functions mix
ok 105 Luc Object functions toObject
ok 106 Luc Object functions filter non ownProperties
ok 107 Luc Object functions filter ownProperties
ok 108 Luc Object functions merge
ok 109 Luc Node functions Emitter
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Object functions each
ok 103 Luc Object functions apply
ok 104 Luc Object functions mix
ok 105 Luc Object functions toObject
ok 106 Luc Object functions filter non ownProperties
ok 107 Luc Object functions filter ownProperties
ok 108 Luc Object functions merge
ok 109 Luc Node functions Emitter
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..116
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Object functions each
ok 103 Luc Object functions apply
ok 104 Luc Object functions mix
ok 105 Luc Object functions toObject
ok 106 Luc Object functions filter non ownProperties
ok 107 Luc Object functions filter ownProperties
ok 108 Luc Object functions merge
ok 109 Luc Node functions Emitter
ok 110 Luc override method is overwritten
ok 111 Luc override restore replaces original method single override
ok 112 Luc override restore replaces original method multiple overrides
ok 113 Luc override restore false config no restore method added
ok 114 Luc override previous true method gets passed in
ok 115 Luc submodule module added
ok 116 Luc submodule alwaysAddSubmodule
# tests 116
# pass 116
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc compare fn compare empty objects
ok 71 Luc compare fn compare values
ok 72 Luc compare fn compare different object types
ok 73 Luc compare fn compare falsys
ok 74 Luc compare fn deep compare
ok 75 Luc compare fn simple deep and shallow compare
ok 76 Luc compare fn invalid type throws an exception
ok 77 Luc compare fn loose compare
ok 78 Luc Function utilities create augmentor append and this
ok 79 Luc Function utilities create augmentor thisArg with append after
ok 80 Luc Function utilities create augmentor thisArg index and args after
ok 81 Luc Function utilities create augmentor this arg and default insert args
ok 82 Luc Function utilities create augmentor default insert args
ok 83 Luc Function utilities create augmentor just arguments
ok 84 Luc Function utilities create sequence
ok 85 Luc Function utilities create sequence augmentor config
ok 86 Luc Function utilities create sequenceIf
ok 87 Luc Function utilities create relayer
ok 88 Luc Function utilities create deferred
ok 89 Luc Function utilities create deferred no millis
ok 90 Luc Function utilities create throtteled no millis
ok 91 Luc Function utilities create throtteled
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc is isArray
ok 51 Luc is isRegExp
ok 52 Luc is isDate
ok 53 Luc is isString
ok 54 Luc is isObject
ok 55 Luc is isNumber
ok 56 Luc is isFunction
ok 57 Luc is isFalsy
ok 58 Luc is isEmpty
ok 59 Luc is isArguments
ok 60 Luc Node functions Emitter
ok 61 Luc Class Base
ok 62 Luc Class simple define
ok 63 Luc Class single mixin
ok 64 Luc Class multiple mixins
ok 65 Luc Class statics
ok 66 Luc Class test get static value
ok 67 Luc Class $class
ok 68 Luc Class super
ok 69 Luc Class composition
ok 70 Luc Class all class options together
ok 71 Luc Class class options do not get applied to the instance
ok 72 Luc Class get composition
ok 73 Luc Class initComposition before and after
ok 74 Luc Class test no superclass
ok 75 Luc Class test composition validation
ok 76 Luc Class test default plugin composition
ok 77 Luc Class test configured plugin constructors
ok 78 Luc Class test default plugin destroy
ok 79 Luc Class after define
ok 80 Luc Class callSuperMethod callSuperMethod
ok 81 Luc compare fn compare empty objects
ok 82 Luc compare fn compare values
ok 83 Luc compare fn compare different object types
ok 84 Luc compare fn compare falsys
ok 85 Luc compare fn deep compare
ok 86 Luc compare fn simple deep and shallow compare
ok 87 Luc compare fn invalid type throws an exception
ok 88 Luc compare fn loose compare
ok 89 Luc Object functions each
ok 90 Luc Object functions apply
ok 91 Luc Object functions mix
ok 92 Luc Object functions toObject
ok 93 Luc Object functions filter non ownProperties
ok 94 Luc Object functions filter ownProperties
ok 95 Luc Object functions merge
ok 96 Luc submodule module added
ok 97 Luc submodule alwaysAddSubmodule
ok 98 Luc Function utilities create augmentor append and this
ok 99 Luc Function utilities create augmentor thisArg with append after
ok 100 Luc Function utilities create augmentor thisArg index and args after
ok 101 Luc Function utilities create augmentor this arg and default insert args
ok 102 Luc Function utilities create augmentor default insert args
ok 103 Luc Function utilities create augmentor just arguments
ok 104 Luc Function utilities create sequence
ok 105 Luc Function utilities create sequence augmentor config
ok 106 Luc Function utilities create sequenceIf
ok 107 Luc Function utilities create relayer
ok 108 Luc Function utilities create deferred
ok 109 Luc Function utilities create deferred no millis
ok 110 Luc Function utilities create throtteled no millis
ok 111 Luc Function utilities create throtteled
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc is isArray
ok 51 Luc is isRegExp
ok 52 Luc is isDate
ok 53 Luc is isString
ok 54 Luc is isObject
ok 55 Luc is isNumber
ok 56 Luc is isFunction
ok 57 Luc is isFalsy
ok 58 Luc is isEmpty
ok 59 Luc is isArguments
ok 60 Luc Node functions Emitter
ok 61 Luc Class Base
ok 62 Luc Class simple define
ok 63 Luc Class single mixin
ok 64 Luc Class multiple mixins
ok 65 Luc Class statics
ok 66 Luc Class test get static value
ok 67 Luc Class $class
ok 68 Luc Class super
ok 69 Luc Class composition
ok 70 Luc Class all class options together
ok 71 Luc Class class options do not get applied to the instance
ok 72 Luc Class get composition
ok 73 Luc Class initComposition before and after
ok 74 Luc Class test no superclass
ok 75 Luc Class test composition validation
ok 76 Luc Class test default plugin composition
ok 77 Luc Class test configured plugin constructors
ok 78 Luc Class test default plugin destroy
ok 79 Luc Class after define
ok 80 Luc Class callSuperMethod callSuperMethod
ok 81 Luc compare fn compare empty objects
ok 82 Luc compare fn compare values
ok 83 Luc compare fn compare different object types
ok 84 Luc compare fn compare falsys
ok 85 Luc compare fn deep compare
ok 86 Luc compare fn simple deep and shallow compare
ok 87 Luc compare fn invalid type throws an exception
ok 88 Luc compare fn loose compare
ok 89 Luc Object functions each
ok 90 Luc Object functions apply
ok 91 Luc Object functions mix
ok 92 Luc Object functions toObject
ok 93 Luc Object functions filter non ownProperties
ok 94 Luc Object functions filter ownProperties
ok 95 Luc Object functions merge
ok 96 Luc submodule module added
ok 97 Luc submodule alwaysAddSubmodule
ok 98 Luc Function utilities create augmentor append and this
ok 99 Luc Function utilities create augmentor thisArg with append after
ok 100 Luc Function utilities create augmentor thisArg index and args after
ok 101 Luc Function utilities create augmentor this arg and default insert args
ok 102 Luc Function utilities create augmentor default insert args
ok 103 Luc Function utilities create augmentor just arguments
ok 104 Luc Function utilities create sequence
ok 105 Luc Function utilities create sequence augmentor config
ok 106 Luc Function utilities create sequenceIf
ok 107 Luc Function utilities create relayer
ok 108 Luc Function utilities create deferred
ok 109 Luc Function utilities create deferred no millis
ok 110 Luc Function utilities create throtteled no millis
ok 111 Luc Function utilities create throtteled
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc is isArray
ok 51 Luc is isRegExp
ok 52 Luc is isDate
ok 53 Luc is isString
ok 54 Luc is isObject
ok 55 Luc is isNumber
ok 56 Luc is isFunction
ok 57 Luc is isFalsy
ok 58 Luc is isEmpty
ok 59 Luc is isArguments
ok 60 Luc Node functions Emitter
ok 61 Luc Class Base
ok 62 Luc Class simple define
ok 63 Luc Class single mixin
ok 64 Luc Class multiple mixins
ok 65 Luc Class statics
ok 66 Luc Class test get static value
ok 67 Luc Class $class
ok 68 Luc Class super
ok 69 Luc Class composition
ok 70 Luc Class all class options together
ok 71 Luc Class class options do not get applied to the instance
ok 72 Luc Class get composition
ok 73 Luc Class initComposition before and after
ok 74 Luc Class test no superclass
ok 75 Luc Class test composition validation
ok 76 Luc Class test default plugin composition
ok 77 Luc Class test configured plugin constructors
ok 78 Luc Class test default plugin destroy
ok 79 Luc Class after define
ok 80 Luc Class callSuperMethod callSuperMethod
ok 81 Luc compare fn compare empty objects
ok 82 Luc compare fn compare values
ok 83 Luc compare fn compare different object types
ok 84 Luc compare fn compare falsys
ok 85 Luc compare fn deep compare
ok 86 Luc compare fn simple deep and shallow compare
ok 87 Luc compare fn invalid type throws an exception
ok 88 Luc compare fn loose compare
ok 89 Luc Object functions each
ok 90 Luc Object functions apply
ok 91 Luc Object functions mix
ok 92 Luc Object functions toObject
ok 93 Luc Object functions filter non ownProperties
ok 94 Luc Object functions filter ownProperties
ok 95 Luc Object functions merge
ok 96 Luc submodule module added
ok 97 Luc submodule alwaysAddSubmodule
ok 98 Luc Function utilities create augmentor append and this
ok 99 Luc Function utilities create augmentor thisArg with append after
ok 100 Luc Function utilities create augmentor thisArg index and args after
ok 101 Luc Function utilities create augmentor this arg and default insert args
ok 102 Luc Function utilities create augmentor default insert args
ok 103 Luc Function utilities create augmentor just arguments
ok 104 Luc Function utilities create sequence
ok 105 Luc Function utilities create sequence augmentor config
ok 106 Luc Function utilities create sequenceIf
ok 107 Luc Function utilities create relayer
ok 108 Luc Function utilities create deferred
ok 109 Luc Function utilities create deferred no millis
ok 110 Luc Function utilities create throtteled no millis
ok 111 Luc Function utilities create throtteled
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc is isArray
ok 51 Luc is isRegExp
ok 52 Luc is isDate
ok 53 Luc is isString
ok 54 Luc is isObject
ok 55 Luc is isNumber
ok 56 Luc is isFunction
ok 57 Luc is isFalsy
ok 58 Luc is isEmpty
ok 59 Luc is isArguments
ok 60 Luc Node functions Emitter
ok 61 Luc Class Base
ok 62 Luc Class simple define
ok 63 Luc Class single mixin
ok 64 Luc Class multiple mixins
ok 65 Luc Class statics
ok 66 Luc Class test get static value
ok 67 Luc Class $class
ok 68 Luc Class super
ok 69 Luc Class composition
ok 70 Luc Class all class options together
ok 71 Luc Class class options do not get applied to the instance
ok 72 Luc Class get composition
ok 73 Luc Class initComposition before and after
ok 74 Luc Class test no superclass
ok 75 Luc Class test composition validation
ok 76 Luc Class test default plugin composition
ok 77 Luc Class test configured plugin constructors
ok 78 Luc Class test default plugin destroy
ok 79 Luc Class after define
ok 80 Luc Class callSuperMethod callSuperMethod
ok 81 Luc compare fn compare empty objects
ok 82 Luc compare fn compare values
ok 83 Luc compare fn compare different object types
ok 84 Luc compare fn compare falsys
ok 85 Luc compare fn deep compare
ok 86 Luc compare fn simple deep and shallow compare
ok 87 Luc compare fn invalid type throws an exception
ok 88 Luc compare fn loose compare
ok 89 Luc Object functions each
ok 90 Luc Object functions apply
ok 91 Luc Object functions mix
ok 92 Luc Object functions toObject
ok 93 Luc Object functions filter non ownProperties
ok 94 Luc Object functions filter ownProperties
ok 95 Luc Object functions merge
ok 96 Luc submodule module added
ok 97 Luc submodule alwaysAddSubmodule
ok 98 Luc Function utilities create augmentor append and this
ok 99 Luc Function utilities create augmentor thisArg with append after
ok 100 Luc Function utilities create augmentor thisArg index and args after
ok 101 Luc Function utilities create augmentor this arg and default insert args
ok 102 Luc Function utilities create augmentor default insert args
ok 103 Luc Function utilities create augmentor just arguments
ok 104 Luc Function utilities create sequence
ok 105 Luc Function utilities create sequence augmentor config
ok 106 Luc Function utilities create sequenceIf
ok 107 Luc Function utilities create relayer
ok 108 Luc Function utilities create deferred
ok 109 Luc Function utilities create deferred no millis
ok 110 Luc Function utilities create throtteled no millis
ok 111 Luc Function utilities create throtteled
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc is isArray
ok 51 Luc is isRegExp
ok 52 Luc is isDate
ok 53 Luc is isString
ok 54 Luc is isObject
ok 55 Luc is isNumber
ok 56 Luc is isFunction
ok 57 Luc is isFalsy
ok 58 Luc is isEmpty
ok 59 Luc is isArguments
ok 60 Luc Node functions Emitter
ok 61 Luc Class Base
ok 62 Luc Class simple define
ok 63 Luc Class single mixin
ok 64 Luc Class multiple mixins
ok 65 Luc Class statics
ok 66 Luc Class test get static value
ok 67 Luc Class $class
ok 68 Luc Class super
ok 69 Luc Class composition
ok 70 Luc Class all class options together
ok 71 Luc Class class options do not get applied to the instance
ok 72 Luc Class get composition
ok 73 Luc Class initComposition before and after
ok 74 Luc Class test no superclass
ok 75 Luc Class test composition validation
ok 76 Luc Class test default plugin composition
ok 77 Luc Class test configured plugin constructors
ok 78 Luc Class test default plugin destroy
ok 79 Luc Class after define
ok 80 Luc Class callSuperMethod callSuperMethod
ok 81 Luc compare fn compare empty objects
ok 82 Luc compare fn compare values
ok 83 Luc compare fn compare different object types
ok 84 Luc compare fn compare falsys
ok 85 Luc compare fn deep compare
ok 86 Luc compare fn simple deep and shallow compare
ok 87 Luc compare fn invalid type throws an exception
ok 88 Luc compare fn loose compare
ok 89 Luc Object functions each
ok 90 Luc Object functions apply
ok 91 Luc Object functions mix
ok 92 Luc Object functions toObject
ok 93 Luc Object functions filter non ownProperties
ok 94 Luc Object functions filter ownProperties
ok 95 Luc Object functions merge
ok 96 Luc submodule module added
ok 97 Luc submodule alwaysAddSubmodule
ok 98 Luc Function utilities create augmentor append and this
ok 99 Luc Function utilities create augmentor thisArg with append after
ok 100 Luc Function utilities create augmentor thisArg index and args after
ok 101 Luc Function utilities create augmentor this arg and default insert args
ok 102 Luc Function utilities create augmentor default insert args
ok 103 Luc Function utilities create augmentor just arguments
ok 104 Luc Function utilities create sequence
ok 105 Luc Function utilities create sequence augmentor config
ok 106 Luc Function utilities create sequenceIf
ok 107 Luc Function utilities create relayer
ok 108 Luc Function utilities create deferred
ok 109 Luc Function utilities create deferred no millis
ok 110 Luc Function utilities create throtteled no millis
ok 111 Luc Function utilities create throtteled
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc is isArray
ok 51 Luc is isRegExp
ok 52 Luc is isDate
ok 53 Luc is isString
ok 54 Luc is isObject
ok 55 Luc is isNumber
ok 56 Luc is isFunction
ok 57 Luc is isFalsy
ok 58 Luc is isEmpty
ok 59 Luc is isArguments
ok 60 Luc Node functions Emitter
ok 61 Luc Class Base
ok 62 Luc Class simple define
ok 63 Luc Class single mixin
ok 64 Luc Class multiple mixins
ok 65 Luc Class statics
ok 66 Luc Class test get static value
ok 67 Luc Class $class
ok 68 Luc Class super
ok 69 Luc Class composition
ok 70 Luc Class all class options together
ok 71 Luc Class class options do not get applied to the instance
ok 72 Luc Class get composition
ok 73 Luc Class initComposition before and after
ok 74 Luc Class test no superclass
ok 75 Luc Class test composition validation
ok 76 Luc Class test default plugin composition
ok 77 Luc Class test configured plugin constructors
ok 78 Luc Class test default plugin destroy
ok 79 Luc Class after define
ok 80 Luc Class callSuperMethod callSuperMethod
ok 81 Luc compare fn compare empty objects
ok 82 Luc compare fn compare values
ok 83 Luc compare fn compare different object types
ok 84 Luc compare fn compare falsys
ok 85 Luc compare fn deep compare
ok 86 Luc compare fn simple deep and shallow compare
ok 87 Luc compare fn invalid type throws an exception
ok 88 Luc compare fn loose compare
ok 89 Luc Object functions each
ok 90 Luc Object functions apply
ok 91 Luc Object functions mix
ok 92 Luc Object functions toObject
ok 93 Luc Object functions filter non ownProperties
ok 94 Luc Object functions filter ownProperties
ok 95 Luc Object functions merge
ok 96 Luc submodule module added
ok 97 Luc submodule alwaysAddSubmodule
ok 98 Luc Function utilities create augmentor append and this
ok 99 Luc Function utilities create augmentor thisArg with append after
ok 100 Luc Function utilities create augmentor thisArg index and args after
ok 101 Luc Function utilities create augmentor this arg and default insert args
ok 102 Luc Function utilities create augmentor default insert args
ok 103 Luc Function utilities create augmentor just arguments
ok 104 Luc Function utilities create sequence
ok 105 Luc Function utilities create sequence augmentor config
ok 106 Luc Function utilities create sequenceIf
ok 107 Luc Function utilities create relayer
ok 108 Luc Function utilities create deferred
ok 109 Luc Function utilities create deferred no millis
ok 110 Luc Function utilities create throtteled no millis
ok 111 Luc Function utilities create throtteled
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc is isArray
ok 51 Luc is isRegExp
ok 52 Luc is isDate
ok 53 Luc is isString
ok 54 Luc is isObject
ok 55 Luc is isNumber
ok 56 Luc is isFunction
ok 57 Luc is isFalsy
ok 58 Luc is isEmpty
ok 59 Luc is isArguments
ok 60 Luc Node functions Emitter
ok 61 Luc Class Base
ok 62 Luc Class simple define
ok 63 Luc Class single mixin
ok 64 Luc Class multiple mixins
ok 65 Luc Class statics
ok 66 Luc Class test get static value
ok 67 Luc Class $class
ok 68 Luc Class super
ok 69 Luc Class composition
ok 70 Luc Class all class options together
ok 71 Luc Class class options do not get applied to the instance
ok 72 Luc Class get composition
ok 73 Luc Class initComposition before and after
ok 74 Luc Class test no superclass
ok 75 Luc Class test composition validation
ok 76 Luc Class test default plugin composition
ok 77 Luc Class test configured plugin constructors
ok 78 Luc Class test default plugin destroy
ok 79 Luc Class after define
ok 80 Luc Class callSuperMethod callSuperMethod
ok 81 Luc compare fn compare empty objects
ok 82 Luc compare fn compare values
ok 83 Luc compare fn compare different object types
ok 84 Luc compare fn compare falsys
ok 85 Luc compare fn deep compare
ok 86 Luc compare fn simple deep and shallow compare
ok 87 Luc compare fn invalid type throws an exception
ok 88 Luc compare fn loose compare
ok 89 Luc Object functions each
ok 90 Luc Object functions apply
ok 91 Luc Object functions mix
ok 92 Luc Object functions toObject
ok 93 Luc Object functions filter non ownProperties
ok 94 Luc Object functions filter ownProperties
ok 95 Luc Object functions merge
ok 96 Luc submodule module added
ok 97 Luc submodule alwaysAddSubmodule
ok 98 Luc Function utilities create augmentor append and this
ok 99 Luc Function utilities create augmentor thisArg with append after
ok 100 Luc Function utilities create augmentor thisArg index and args after
ok 101 Luc Function utilities create augmentor this arg and default insert args
ok 102 Luc Function utilities create augmentor default insert args
ok 103 Luc Function utilities create augmentor just arguments
ok 104 Luc Function utilities create sequence
ok 105 Luc Function utilities create sequence augmentor config
ok 106 Luc Function utilities create sequenceIf
ok 107 Luc Function utilities create relayer
ok 108 Luc Function utilities create deferred
ok 109 Luc Function utilities create deferred no millis
ok 110 Luc Function utilities create throtteled no millis
ok 111 Luc Function utilities create throtteled
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc is isArray
ok 51 Luc is isRegExp
ok 52 Luc is isDate
ok 53 Luc is isString
ok 54 Luc is isObject
ok 55 Luc is isNumber
ok 56 Luc is isFunction
ok 57 Luc is isFalsy
ok 58 Luc is isEmpty
ok 59 Luc is isArguments
ok 60 Luc Node functions Emitter
ok 61 Luc Class Base
ok 62 Luc Class simple define
ok 63 Luc Class single mixin
ok 64 Luc Class multiple mixins
ok 65 Luc Class statics
ok 66 Luc Class test get static value
ok 67 Luc Class $class
ok 68 Luc Class super
ok 69 Luc Class composition
ok 70 Luc Class all class options together
ok 71 Luc Class class options do not get applied to the instance
ok 72 Luc Class get composition
ok 73 Luc Class initComposition before and after
ok 74 Luc Class test no superclass
ok 75 Luc Class test composition validation
ok 76 Luc Class test default plugin composition
ok 77 Luc Class test configured plugin constructors
ok 78 Luc Class test default plugin destroy
ok 79 Luc Class after define
ok 80 Luc Class callSuperMethod callSuperMethod
ok 81 Luc compare fn compare empty objects
ok 82 Luc compare fn compare values
ok 83 Luc compare fn compare different object types
ok 84 Luc compare fn compare falsys
ok 85 Luc compare fn deep compare
ok 86 Luc compare fn simple deep and shallow compare
ok 87 Luc compare fn invalid type throws an exception
ok 88 Luc compare fn loose compare
ok 89 Luc Object functions each
ok 90 Luc Object functions apply
ok 91 Luc Object functions mix
ok 92 Luc Object functions toObject
ok 93 Luc Object functions filter non ownProperties
ok 94 Luc Object functions filter ownProperties
ok 95 Luc Object functions merge
ok 96 Luc submodule module added
ok 97 Luc submodule alwaysAddSubmodule
ok 98 Luc Function utilities create augmentor append and this
ok 99 Luc Function utilities create augmentor thisArg with append after
ok 100 Luc Function utilities create augmentor thisArg index and args after
ok 101 Luc Function utilities create augmentor this arg and default insert args
ok 102 Luc Function utilities create augmentor default insert args
ok 103 Luc Function utilities create augmentor just arguments
ok 104 Luc Function utilities create sequence
ok 105 Luc Function utilities create sequence augmentor config
ok 106 Luc Function utilities create sequenceIf
ok 107 Luc Function utilities create relayer
ok 108 Luc Function utilities create deferred
ok 109 Luc Function utilities create deferred no millis
ok 110 Luc Function utilities create throtteled no millis
ok 111 Luc Function utilities create throtteled
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc is isArray
ok 51 Luc is isRegExp
ok 52 Luc is isDate
ok 53 Luc is isString
ok 54 Luc is isObject
ok 55 Luc is isNumber
ok 56 Luc is isFunction
ok 57 Luc is isFalsy
ok 58 Luc is isEmpty
ok 59 Luc is isArguments
ok 60 Luc Node functions Emitter
ok 61 Luc Class Base
ok 62 Luc Class simple define
ok 63 Luc Class single mixin
ok 64 Luc Class multiple mixins
ok 65 Luc Class statics
ok 66 Luc Class test get static value
ok 67 Luc Class $class
ok 68 Luc Class super
ok 69 Luc Class composition
ok 70 Luc Class all class options together
ok 71 Luc Class class options do not get applied to the instance
ok 72 Luc Class get composition
ok 73 Luc Class initComposition before and after
ok 74 Luc Class test no superclass
ok 75 Luc Class test composition validation
ok 76 Luc Class test default plugin composition
ok 77 Luc Class test configured plugin constructors
ok 78 Luc Class test default plugin destroy
ok 79 Luc Class after define
ok 80 Luc Class callSuperMethod callSuperMethod
ok 81 Luc compare fn compare empty objects
ok 82 Luc compare fn compare values
ok 83 Luc compare fn compare different object types
ok 84 Luc compare fn compare falsys
ok 85 Luc compare fn deep compare
ok 86 Luc compare fn simple deep and shallow compare
ok 87 Luc compare fn invalid type throws an exception
ok 88 Luc compare fn loose compare
ok 89 Luc Object functions each
ok 90 Luc Object functions apply
ok 91 Luc Object functions mix
ok 92 Luc Object functions toObject
ok 93 Luc Object functions filter non ownProperties
ok 94 Luc Object functions filter ownProperties
ok 95 Luc Object functions merge
ok 96 Luc submodule module added
ok 97 Luc submodule alwaysAddSubmodule
ok 98 Luc Function utilities create augmentor append and this
ok 99 Luc Function utilities create augmentor thisArg with append after
ok 100 Luc Function utilities create augmentor thisArg index and args after
ok 101 Luc Function utilities create augmentor this arg and default insert args
ok 102 Luc Function utilities create augmentor default insert args
ok 103 Luc Function utilities create augmentor just arguments
ok 104 Luc Function utilities create sequence
ok 105 Luc Function utilities create sequence augmentor config
ok 106 Luc Function utilities create sequenceIf
ok 107 Luc Function utilities create relayer
ok 108 Luc Function utilities create deferred
ok 109 Luc Function utilities create deferred no millis
ok 110 Luc Function utilities create throtteled no millis
ok 111 Luc Function utilities create throtteled
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc Function utilities create augmentor append and this
ok 71 Luc Function utilities create augmentor thisArg with append after
ok 72 Luc Function utilities create augmentor thisArg index and args after
ok 73 Luc Function utilities create augmentor this arg and default insert args
ok 74 Luc Function utilities create augmentor default insert args
ok 75 Luc Function utilities create augmentor just arguments
ok 76 Luc Function utilities create sequence
ok 77 Luc Function utilities create sequence augmentor config
ok 78 Luc Function utilities create sequenceIf
ok 79 Luc Function utilities create relayer
ok 80 Luc Function utilities create deferred
ok 81 Luc Function utilities create deferred no millis
ok 82 Luc Function utilities create throtteled no millis
ok 83 Luc Function utilities create throtteled
ok 84 Luc compare fn compare empty objects
ok 85 Luc compare fn compare values
ok 86 Luc compare fn compare different object types
ok 87 Luc compare fn compare falsys
ok 88 Luc compare fn deep compare
ok 89 Luc compare fn simple deep and shallow compare
ok 90 Luc compare fn invalid type throws an exception
ok 91 Luc compare fn loose compare
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc Function utilities create augmentor append and this
ok 71 Luc Function utilities create augmentor thisArg with append after
ok 72 Luc Function utilities create augmentor thisArg index and args after
ok 73 Luc Function utilities create augmentor this arg and default insert args
ok 74 Luc Function utilities create augmentor default insert args
ok 75 Luc Function utilities create augmentor just arguments
ok 76 Luc Function utilities create sequence
ok 77 Luc Function utilities create sequence augmentor config
ok 78 Luc Function utilities create sequenceIf
ok 79 Luc Function utilities create relayer
ok 80 Luc Function utilities create deferred
ok 81 Luc Function utilities create deferred no millis
ok 82 Luc Function utilities create throtteled no millis
ok 83 Luc Function utilities create throtteled
ok 84 Luc compare fn compare empty objects
ok 85 Luc compare fn compare values
ok 86 Luc compare fn compare different object types
ok 87 Luc compare fn compare falsys
ok 88 Luc compare fn deep compare
ok 89 Luc compare fn simple deep and shallow compare
ok 90 Luc compare fn invalid type throws an exception
ok 91 Luc compare fn loose compare
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc Function utilities create augmentor append and this
ok 71 Luc Function utilities create augmentor thisArg with append after
ok 72 Luc Function utilities create augmentor thisArg index and args after
ok 73 Luc Function utilities create augmentor this arg and default insert args
ok 74 Luc Function utilities create augmentor default insert args
ok 75 Luc Function utilities create augmentor just arguments
ok 76 Luc Function utilities create sequence
ok 77 Luc Function utilities create sequence augmentor config
ok 78 Luc Function utilities create sequenceIf
ok 79 Luc Function utilities create relayer
ok 80 Luc Function utilities create deferred
ok 81 Luc Function utilities create deferred no millis
ok 82 Luc Function utilities create throtteled no millis
ok 83 Luc Function utilities create throtteled
ok 84 Luc compare fn compare empty objects
ok 85 Luc compare fn compare values
ok 86 Luc compare fn compare different object types
ok 87 Luc compare fn compare falsys
ok 88 Luc compare fn deep compare
ok 89 Luc compare fn simple deep and shallow compare
ok 90 Luc compare fn invalid type throws an exception
ok 91 Luc compare fn loose compare
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc Function utilities create augmentor append and this
ok 71 Luc Function utilities create augmentor thisArg with append after
ok 72 Luc Function utilities create augmentor thisArg index and args after
ok 73 Luc Function utilities create augmentor this arg and default insert args
ok 74 Luc Function utilities create augmentor default insert args
ok 75 Luc Function utilities create augmentor just arguments
ok 76 Luc Function utilities create sequence
ok 77 Luc Function utilities create sequence augmentor config
ok 78 Luc Function utilities create sequenceIf
ok 79 Luc Function utilities create relayer
ok 80 Luc Function utilities create deferred
ok 81 Luc Function utilities create deferred no millis
ok 82 Luc Function utilities create throtteled no millis
ok 83 Luc Function utilities create throtteled
ok 84 Luc compare fn compare empty objects
ok 85 Luc compare fn compare values
ok 86 Luc compare fn compare different object types
ok 87 Luc compare fn compare falsys
ok 88 Luc compare fn deep compare
ok 89 Luc compare fn simple deep and shallow compare
ok 90 Luc compare fn invalid type throws an exception
ok 91 Luc compare fn loose compare
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc Function utilities create augmentor append and this
ok 71 Luc Function utilities create augmentor thisArg with append after
ok 72 Luc Function utilities create augmentor thisArg index and args after
ok 73 Luc Function utilities create augmentor this arg and default insert args
ok 74 Luc Function utilities create augmentor default insert args
ok 75 Luc Function utilities create augmentor just arguments
ok 76 Luc Function utilities create sequence
ok 77 Luc Function utilities create sequence augmentor config
ok 78 Luc Function utilities create sequenceIf
ok 79 Luc Function utilities create relayer
ok 80 Luc Function utilities create deferred
ok 81 Luc Function utilities create deferred no millis
ok 82 Luc Function utilities create throtteled no millis
ok 83 Luc Function utilities create throtteled
ok 84 Luc compare fn compare empty objects
ok 85 Luc compare fn compare values
ok 86 Luc compare fn compare different object types
ok 87 Luc compare fn compare falsys
ok 88 Luc compare fn deep compare
ok 89 Luc compare fn simple deep and shallow compare
ok 90 Luc compare fn invalid type throws an exception
ok 91 Luc compare fn loose compare
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc Function utilities create augmentor append and this
ok 71 Luc Function utilities create augmentor thisArg with append after
ok 72 Luc Function utilities create augmentor thisArg index and args after
ok 73 Luc Function utilities create augmentor this arg and default insert args
ok 74 Luc Function utilities create augmentor default insert args
ok 75 Luc Function utilities create augmentor just arguments
ok 76 Luc Function utilities create sequence
ok 77 Luc Function utilities create sequence augmentor config
ok 78 Luc Function utilities create sequenceIf
ok 79 Luc Function utilities create relayer
ok 80 Luc Function utilities create deferred
ok 81 Luc Function utilities create deferred no millis
ok 82 Luc Function utilities create throtteled no millis
ok 83 Luc Function utilities create throtteled
ok 84 Luc compare fn compare empty objects
ok 85 Luc compare fn compare values
ok 86 Luc compare fn compare different object types
ok 87 Luc compare fn compare falsys
ok 88 Luc compare fn deep compare
ok 89 Luc compare fn simple deep and shallow compare
ok 90 Luc compare fn invalid type throws an exception
ok 91 Luc compare fn loose compare
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc Function utilities create augmentor append and this
ok 71 Luc Function utilities create augmentor thisArg with append after
ok 72 Luc Function utilities create augmentor thisArg index and args after
ok 73 Luc Function utilities create augmentor this arg and default insert args
ok 74 Luc Function utilities create augmentor default insert args
ok 75 Luc Function utilities create augmentor just arguments
ok 76 Luc Function utilities create sequence
ok 77 Luc Function utilities create sequence augmentor config
ok 78 Luc Function utilities create sequenceIf
ok 79 Luc Function utilities create relayer
ok 80 Luc Function utilities create deferred
ok 81 Luc Function utilities create deferred no millis
ok 82 Luc Function utilities create throtteled no millis
ok 83 Luc Function utilities create throtteled
ok 84 Luc compare fn compare empty objects
ok 85 Luc compare fn compare values
ok 86 Luc compare fn compare different object types
ok 87 Luc compare fn compare falsys
ok 88 Luc compare fn deep compare
ok 89 Luc compare fn simple deep and shallow compare
ok 90 Luc compare fn invalid type throws an exception
ok 91 Luc compare fn loose compare
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc Function utilities create augmentor append and this
ok 71 Luc Function utilities create augmentor thisArg with append after
ok 72 Luc Function utilities create augmentor thisArg index and args after
ok 73 Luc Function utilities create augmentor this arg and default insert args
ok 74 Luc Function utilities create augmentor default insert args
ok 75 Luc Function utilities create augmentor just arguments
ok 76 Luc Function utilities create sequence
ok 77 Luc Function utilities create sequence augmentor config
ok 78 Luc Function utilities create sequenceIf
ok 79 Luc Function utilities create relayer
ok 80 Luc Function utilities create deferred
ok 81 Luc Function utilities create deferred no millis
ok 82 Luc Function utilities create throtteled no millis
ok 83 Luc Function utilities create throtteled
ok 84 Luc compare fn compare empty objects
ok 85 Luc compare fn compare values
ok 86 Luc compare fn compare different object types
ok 87 Luc compare fn compare falsys
ok 88 Luc compare fn deep compare
ok 89 Luc compare fn simple deep and shallow compare
ok 90 Luc compare fn invalid type throws an exception
ok 91 Luc compare fn loose compare
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Array functions each
ok 2 Luc Array functions toArray
ok 3 Luc Array functions insert append
ok 4 Luc Array functions insert from indexes
ok 5 Luc Array functions insert arrays are not modified
ok 6 Luc Array functions removeAll with single falsy
ok 7 Luc Array functions removeAll all values
ok 8 Luc Array functions removeAll loose comparison
ok 9 Luc Array functions removeAll deep comparison
ok 10 Luc Array functions removeAllNot single falsy
ok 11 Luc Array functions removeAllNot no matches
ok 12 Luc Array functions removeAllNot single loose compare
ok 13 Luc Array functions removeFirst first multi array match
ok 14 Luc Array functions removeFirst empty array strict
ok 15 Luc Array functions removeFirst empty array shallow
ok 16 Luc Array functions removeFirstNot multi array match
ok 17 Luc Array functions removeFirstNot not matches
ok 18 Luc Array functions removeFirstNot not strict compare
ok 19 Luc Array functions findFirst handle loose compare
ok 20 Luc Array functions findFirst strict compare
ok 21 Luc Array functions findFirst match all props
ok 22 Luc Array functions findFirst all falsys
ok 23 Luc Array functions findFirst dates
ok 24 Luc Array functions findFirst strict and shallow dates
ok 25 Luc Array functions findFirstNot matching first key value
ok 26 Luc Array functions findFirstNot falsys
ok 27 Luc Array functions findFirstNot primitives and non-primitives
ok 28 Luc Array functions findAll find exact object keys
ok 29 Luc Array functions findAll find exact array values
ok 30 Luc Array functions findAll falsy values
ok 31 Luc Array functions findAll date values
ok 32 Luc Array functions findAllNot match all keys
ok 33 Luc Array functions findAllNot falsy values
ok 34 Luc Array functions dynamic findFirstNot
ok 35 Luc Array functions dynamic findAllNot
ok 36 Luc Array functions dynamic removeFirstNot
ok 37 Luc Array functions dynamic removeAllNot
ok 38 Luc Array functions dynamic removeFirst
ok 39 Luc Array functions dynamic removeAll
ok 40 Luc Array functions dynamic removeLastNot
ok 41 Luc Array functions dynamic removeLast
ok 42 Luc Array functions dynamic findLastNot
ok 43 Luc Array functions remove/find with iterator and thisArg
ok 44 Luc Array functions direct function comparison
ok 45 Luc Array functions Not remove/find with iterator and thisArg
ok 46 Luc Array functions find in
ok 47 Luc Array functions last
ok 48 Luc Array functions from index
ok 49 Luc Array functions pluck
ok 50 Luc Class Base
ok 51 Luc Class simple define
ok 52 Luc Class single mixin
ok 53 Luc Class multiple mixins
ok 54 Luc Class statics
ok 55 Luc Class test get static value
ok 56 Luc Class $class
ok 57 Luc Class super
ok 58 Luc Class composition
ok 59 Luc Class all class options together
ok 60 Luc Class class options do not get applied to the instance
ok 61 Luc Class get composition
ok 62 Luc Class initComposition before and after
ok 63 Luc Class test no superclass
ok 64 Luc Class test composition validation
ok 65 Luc Class test default plugin composition
ok 66 Luc Class test configured plugin constructors
ok 67 Luc Class test default plugin destroy
ok 68 Luc Class after define
ok 69 Luc Class callSuperMethod callSuperMethod
ok 70 Luc Function utilities create augmentor append and this
ok 71 Luc Function utilities create augmentor thisArg with append after
ok 72 Luc Function utilities create augmentor thisArg index and args after
ok 73 Luc Function utilities create augmentor this arg and default insert args
ok 74 Luc Function utilities create augmentor default insert args
ok 75 Luc Function utilities create augmentor just arguments
ok 76 Luc Function utilities create sequence
ok 77 Luc Function utilities create sequence augmentor config
ok 78 Luc Function utilities create sequenceIf
ok 79 Luc Function utilities create relayer
ok 80 Luc Function utilities create deferred
ok 81 Luc Function utilities create deferred no millis
ok 82 Luc Function utilities create throtteled no millis
ok 83 Luc Function utilities create throtteled
ok 84 Luc compare fn compare empty objects
ok 85 Luc compare fn compare values
ok 86 Luc compare fn compare different object types
ok 87 Luc compare fn compare falsys
ok 88 Luc compare fn deep compare
ok 89 Luc compare fn simple deep and shallow compare
ok 90 Luc compare fn invalid type throws an exception
ok 91 Luc compare fn loose compare
ok 92 Luc is isArray
ok 93 Luc is isRegExp
ok 94 Luc is isDate
ok 95 Luc is isString
ok 96 Luc is isObject
ok 97 Luc is isNumber
ok 98 Luc is isFunction
ok 99 Luc is isFalsy
ok 100 Luc is isEmpty
ok 101 Luc is isArguments
ok 102 Luc Node functions Emitter
ok 103 Luc Object functions each
ok 104 Luc Object functions apply
ok 105 Luc Object functions mix
ok 106 Luc Object functions toObject
ok 107 Luc Object functions filter non ownProperties
ok 108 Luc Object functions filter ownProperties
ok 109 Luc Object functions merge
ok 110 Luc submodule module added
ok 111 Luc submodule alwaysAddSubmodule
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Node functions Emitter
ok 2 Luc Object functions each
ok 3 Luc Object functions apply
ok 4 Luc Object functions mix
ok 5 Luc Object functions toObject
ok 6 Luc Object functions filter non ownProperties
ok 7 Luc Object functions filter ownProperties
ok 8 Luc Object functions merge
ok 9 Luc Function utilities create augmentor append and this
ok 10 Luc Function utilities create augmentor thisArg with append after
ok 11 Luc Function utilities create augmentor thisArg index and args after
ok 12 Luc Function utilities create augmentor this arg and default insert args
ok 13 Luc Function utilities create augmentor default insert args
ok 14 Luc Function utilities create augmentor just arguments
ok 15 Luc Function utilities create sequence
ok 16 Luc Function utilities create sequence augmentor config
ok 17 Luc Function utilities create sequenceIf
ok 18 Luc Function utilities create relayer
ok 19 Luc Function utilities create deferred
ok 20 Luc Function utilities create deferred no millis
ok 21 Luc Function utilities create throtteled no millis
ok 22 Luc Function utilities create throtteled
ok 23 Luc submodule module added
ok 24 Luc submodule alwaysAddSubmodule
ok 25 Luc compare fn compare empty objects
ok 26 Luc compare fn compare values
ok 27 Luc compare fn compare different object types
ok 28 Luc compare fn compare falsys
ok 29 Luc compare fn deep compare
ok 30 Luc compare fn simple deep and shallow compare
ok 31 Luc compare fn invalid type throws an exception
ok 32 Luc compare fn loose compare
ok 33 Luc is isArray
ok 34 Luc is isRegExp
ok 35 Luc is isDate
ok 36 Luc is isString
ok 37 Luc is isObject
ok 38 Luc is isNumber
ok 39 Luc is isFunction
ok 40 Luc is isFalsy
ok 41 Luc is isEmpty
ok 42 Luc is isArguments
ok 43 Luc Class Base
ok 44 Luc Class simple define
ok 45 Luc Class single mixin
ok 46 Luc Class multiple mixins
ok 47 Luc Class statics
ok 48 Luc Class test get static value
ok 49 Luc Class $class
ok 50 Luc Class super
ok 51 Luc Class composition
ok 52 Luc Class all class options together
ok 53 Luc Class class options do not get applied to the instance
ok 54 Luc Class get composition
ok 55 Luc Class initComposition before and after
ok 56 Luc Class test no superclass
ok 57 Luc Class test composition validation
ok 58 Luc Class test default plugin composition
ok 59 Luc Class test configured plugin constructors
ok 60 Luc Class test default plugin destroy
ok 61 Luc Class after define
ok 62 Luc Class callSuperMethod callSuperMethod
ok 63 Luc Array functions each
ok 64 Luc Array functions toArray
ok 65 Luc Array functions insert append
ok 66 Luc Array functions insert from indexes
ok 67 Luc Array functions insert arrays are not modified
ok 68 Luc Array functions removeAll with single falsy
ok 69 Luc Array functions removeAll all values
ok 70 Luc Array functions removeAll loose comparison
ok 71 Luc Array functions removeAll deep comparison
ok 72 Luc Array functions removeAllNot single falsy
ok 73 Luc Array functions removeAllNot no matches
ok 74 Luc Array functions removeAllNot single loose compare
ok 75 Luc Array functions removeFirst first multi array match
ok 76 Luc Array functions removeFirst empty array strict
ok 77 Luc Array functions removeFirst empty array shallow
ok 78 Luc Array functions removeFirstNot multi array match
ok 79 Luc Array functions removeFirstNot not matches
ok 80 Luc Array functions removeFirstNot not strict compare
ok 81 Luc Array functions findFirst handle loose compare
ok 82 Luc Array functions findFirst strict compare
ok 83 Luc Array functions findFirst match all props
ok 84 Luc Array functions findFirst all falsys
ok 85 Luc Array functions findFirst dates
ok 86 Luc Array functions findFirst strict and shallow dates
ok 87 Luc Array functions findFirstNot matching first key value
ok 88 Luc Array functions findFirstNot falsys
ok 89 Luc Array functions findFirstNot primitives and non-primitives
ok 90 Luc Array functions findAll find exact object keys
ok 91 Luc Array functions findAll find exact array values
ok 92 Luc Array functions findAll falsy values
ok 93 Luc Array functions findAll date values
ok 94 Luc Array functions findAllNot match all keys
ok 95 Luc Array functions findAllNot falsy values
ok 96 Luc Array functions dynamic findFirstNot
ok 97 Luc Array functions dynamic findAllNot
ok 98 Luc Array functions dynamic removeFirstNot
ok 99 Luc Array functions dynamic removeAllNot
ok 100 Luc Array functions dynamic removeFirst
ok 101 Luc Array functions dynamic removeAll
ok 102 Luc Array functions dynamic removeLastNot
ok 103 Luc Array functions dynamic removeLast
ok 104 Luc Array functions dynamic findLastNot
ok 105 Luc Array functions remove/find with iterator and thisArg
ok 106 Luc Array functions direct function comparison
ok 107 Luc Array functions Not remove/find with iterator and thisArg
ok 108 Luc Array functions find in
ok 109 Luc Array functions last
ok 110 Luc Array functions from index
ok 111 Luc Array functions pluck
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Node functions Emitter
ok 2 Luc Object functions each
ok 3 Luc Object functions apply
ok 4 Luc Object functions mix
1..111
ok 1 Luc Node functions Emitter
ok 2 Luc Object functions each
ok 3 Luc Object functions apply
ok 4 Luc Object functions mix
ok 5 Luc Object functions toObject
ok 5 Luc Object functions toObject
1..111
ok 1 Luc Node functions Emitter
ok 2 Luc Object functions each
ok 3 Luc Object functions apply
ok 4 Luc Object functions mix
ok 5 Luc Object functions toObject
ok 6 Luc Object functions filter non ownProperties
ok 7 Luc Object functions filter ownProperties
ok 8 Luc Object functions merge
ok 9 Luc Function utilities create augmentor append and this
ok 10 Luc Function utilities create augmentor thisArg with append after
ok 11 Luc Function utilities create augmentor thisArg index and args after
ok 6 Luc Object functions filter non ownProperties
ok 7 Luc Object functions filter ownProperties
ok 8 Luc Object functions merge
ok 9 Luc Function utilities create augmentor append and this
ok 10 Luc Function utilities create augmentor thisArg with append after
ok 11 Luc Function utilities create augmentor thisArg index and args after
ok 12 Luc Function utilities create augmentor this arg and default insert args
ok 6 Luc Object functions filter non ownProperties
ok 7 Luc Object functions filter ownProperties
ok 8 Luc Object functions merge
ok 9 Luc Function utilities create augmentor append and this
ok 10 Luc Function utilities create augmentor thisArg with append after
ok 12 Luc Function utilities create augmentor this arg and default insert args
ok 13 Luc Function utilities create augmentor default insert args
ok 14 Luc Function utilities create augmentor just arguments
ok 15 Luc Function utilities create sequence
ok 16 Luc Function utilities create sequence augmentor config
ok 17 Luc Function utilities create sequenceIf
ok 11 Luc Function utilities create augmentor thisArg index and args after
ok 13 Luc Function utilities create augmentor default insert args
ok 14 Luc Function utilities create augmentor just arguments
ok 15 Luc Function utilities create sequence
ok 16 Luc Function utilities create sequence augmentor config
ok 17 Luc Function utilities create sequenceIf
ok 18 Luc Function utilities create relayer
ok 18 Luc Function utilities create relayer
ok 19 Luc Function utilities create deferred
ok 20 Luc Function utilities create deferred no millis
ok 21 Luc Function utilities create throtteled no millis
ok 12 Luc Function utilities create augmentor this arg and default insert args
ok 13 Luc Function utilities create augmentor default insert args
ok 14 Luc Function utilities create augmentor just arguments
ok 15 Luc Function utilities create sequence
ok 16 Luc Function utilities create sequence augmentor config
ok 17 Luc Function utilities create sequenceIf
ok 19 Luc Function utilities create deferred
ok 20 Luc Function utilities create deferred no millis
ok 21 Luc Function utilities create throtteled no millis
ok 22 Luc Function utilities create throtteled
ok 22 Luc Function utilities create throtteled
ok 23 Luc submodule module added
ok 24 Luc submodule alwaysAddSubmodule
ok 18 Luc Function utilities create relayer
ok 19 Luc Function utilities create deferred
ok 20 Luc Function utilities create deferred no millis
ok 21 Luc Function utilities create throtteled no millis
ok 22 Luc Function utilities create throtteled
ok 23 Luc submodule module added
ok 24 Luc submodule alwaysAddSubmodule
ok 25 Luc compare fn compare empty objects
ok 26 Luc compare fn compare values
ok 27 Luc compare fn compare different object types
ok 28 Luc compare fn compare falsys
ok 29 Luc compare fn deep compare
ok 25 Luc compare fn compare empty objects
ok 26 Luc compare fn compare values
ok 27 Luc compare fn compare different object types
ok 28 Luc compare fn compare falsys
ok 29 Luc compare fn deep compare
ok 30 Luc compare fn simple deep and shallow compare
ok 30 Luc compare fn simple deep and shallow compare
ok 31 Luc compare fn invalid type throws an exception
ok 32 Luc compare fn loose compare
ok 33 Luc is isArray
ok 34 Luc is isRegExp
ok 35 Luc is isDate
ok 36 Luc is isString
ok 37 Luc is isObject
ok 38 Luc is isNumber
ok 39 Luc is isFunction
ok 40 Luc is isFalsy
ok 41 Luc is isEmpty
ok 42 Luc is isArguments
ok 43 Luc Class Base
ok 44 Luc Class simple define
ok 45 Luc Class single mixin
ok 46 Luc Class multiple mixins
ok 47 Luc Class statics
ok 48 Luc Class test get static value
ok 49 Luc Class $class
ok 50 Luc Class super
ok 51 Luc Class composition
ok 52 Luc Class all class options together
ok 53 Luc Class class options do not get applied to the instance
ok 54 Luc Class get composition
ok 55 Luc Class initComposition before and after
ok 56 Luc Class test no superclass
ok 57 Luc Class test composition validation
ok 58 Luc Class test default plugin composition
ok 59 Luc Class test configured plugin constructors
ok 60 Luc Class test default plugin destroy
ok 61 Luc Class after define
ok 62 Luc Class callSuperMethod callSuperMethod
ok 63 Luc Array functions each
ok 64 Luc Array functions toArray
ok 65 Luc Array functions insert append
ok 66 Luc Array functions insert from indexes
ok 67 Luc Array functions insert arrays are not modified
ok 68 Luc Array functions removeAll with single falsy
ok 69 Luc Array functions removeAll all values
ok 70 Luc Array functions removeAll loose comparison
ok 71 Luc Array functions removeAll deep comparison
ok 72 Luc Array functions removeAllNot single falsy
ok 73 Luc Array functions removeAllNot no matches
ok 31 Luc compare fn invalid type throws an exception
ok 32 Luc compare fn loose compare
ok 33 Luc is isArray
ok 34 Luc is isRegExp
ok 35 Luc is isDate
ok 36 Luc is isString
ok 74 Luc Array functions removeAllNot single loose compare
ok 75 Luc Array functions removeFirst first multi array match
ok 76 Luc Array functions removeFirst empty array strict
ok 77 Luc Array functions removeFirst empty array shallow
ok 78 Luc Array functions removeFirstNot multi array match
ok 79 Luc Array functions removeFirstNot not matches
ok 80 Luc Array functions removeFirstNot not strict compare
ok 81 Luc Array functions findFirst handle loose compare
ok 82 Luc Array functions findFirst strict compare
ok 83 Luc Array functions findFirst match all props
ok 37 Luc is isObject
ok 38 Luc is isNumber
ok 39 Luc is isFunction
ok 40 Luc is isFalsy
ok 41 Luc is isEmpty
ok 42 Luc is isArguments
ok 43 Luc Class Base
ok 84 Luc Array functions findFirst all falsys
ok 85 Luc Array functions findFirst dates
ok 86 Luc Array functions findFirst strict and shallow dates
ok 87 Luc Array functions findFirstNot matching first key value
ok 88 Luc Array functions findFirstNot falsys
ok 89 Luc Array functions findFirstNot primitives and non-primitives
ok 90 Luc Array functions findAll find exact object keys
ok 91 Luc Array functions findAll find exact array values
ok 92 Luc Array functions findAll falsy values
ok 44 Luc Class simple define
ok 45 Luc Class single mixin
ok 93 Luc Array functions findAll date values
ok 94 Luc Array functions findAllNot match all keys
ok 95 Luc Array functions findAllNot falsy values
ok 46 Luc Class multiple mixins
ok 47 Luc Class statics
ok 96 Luc Array functions dynamic findFirstNot
ok 97 Luc Array functions dynamic findAllNot
ok 48 Luc Class test get static value
ok 49 Luc Class $class
ok 50 Luc Class super
ok 51 Luc Class composition
ok 52 Luc Class all class options together
ok 98 Luc Array functions dynamic removeFirstNot
ok 99 Luc Array functions dynamic removeAllNot
ok 100 Luc Array functions dynamic removeFirst
ok 53 Luc Class class options do not get applied to the instance
ok 101 Luc Array functions dynamic removeAll
ok 102 Luc Array functions dynamic removeLastNot
ok 103 Luc Array functions dynamic removeLast
ok 104 Luc Array functions dynamic findLastNot
ok 54 Luc Class get composition
ok 55 Luc Class initComposition before and after
ok 56 Luc Class test no superclass
ok 105 Luc Array functions remove/find with iterator and thisArg
ok 106 Luc Array functions direct function comparison
ok 57 Luc Class test composition validation
ok 58 Luc Class test default plugin composition
ok 59 Luc Class test configured plugin constructors
ok 107 Luc Array functions Not remove/find with iterator and thisArg
ok 108 Luc Array functions find in
ok 109 Luc Array functions last
ok 110 Luc Array functions from index
ok 60 Luc Class test default plugin destroy
ok 61 Luc Class after define
ok 62 Luc Class callSuperMethod callSuperMethod
ok 63 Luc Array functions each
ok 111 Luc Array functions pluck
# tests 111
ok 64 Luc Array functions toArray
# pass 111
# fail 0
ok 65 Luc Array functions insert append
ok 66 Luc Array functions insert from indexes
ok 67 Luc Array functions insert arrays are not modified
ok 68 Luc Array functions removeAll with single falsy
ok 69 Luc Array functions removeAll all values
ok 70 Luc Array functions removeAll loose comparison
ok 71 Luc Array functions removeAll deep comparison
ok 72 Luc Array functions removeAllNot single falsy
ok 73 Luc Array functions removeAllNot no matches
ok 74 Luc Array functions removeAllNot single loose compare
ok 75 Luc Array functions removeFirst first multi array match
ok 76 Luc Array functions removeFirst empty array strict
ok 77 Luc Array functions removeFirst empty array shallow
ok 23 Luc submodule module added
ok 24 Luc submodule alwaysAddSubmodule
ok 25 Luc compare fn compare empty objects
ok 26 Luc compare fn compare values
ok 27 Luc compare fn compare different object types
ok 28 Luc compare fn compare falsys
ok 78 Luc Array functions removeFirstNot multi array match
ok 79 Luc Array functions removeFirstNot not matches
ok 80 Luc Array functions removeFirstNot not strict compare
ok 81 Luc Array functions findFirst handle loose compare
ok 82 Luc Array functions findFirst strict compare
ok 83 Luc Array functions findFirst match all props
ok 84 Luc Array functions findFirst all falsys
ok 85 Luc Array functions findFirst dates
ok 86 Luc Array functions findFirst strict and shallow dates
ok 87 Luc Array functions findFirstNot matching first key value
ok 88 Luc Array functions findFirstNot falsys
ok 89 Luc Array functions findFirstNot primitives and non-primitives
ok 29 Luc compare fn deep compare
ok 30 Luc compare fn simple deep and shallow compare
ok 90 Luc Array functions findAll find exact object keys
ok 31 Luc compare fn invalid type throws an exception
ok 32 Luc compare fn loose compare
ok 33 Luc is isArray
ok 34 Luc is isRegExp
ok 91 Luc Array functions findAll find exact array values
ok 92 Luc Array functions findAll falsy values
ok 93 Luc Array functions findAll date values
ok 94 Luc Array functions findAllNot match all keys
ok 95 Luc Array functions findAllNot falsy values
ok 96 Luc Array functions dynamic findFirstNot
ok 97 Luc Array functions dynamic findAllNot
ok 35 Luc is isDate
ok 36 Luc is isString
ok 37 Luc is isObject
ok 38 Luc is isNumber
ok 39 Luc is isFunction
ok 40 Luc is isFalsy
ok 41 Luc is isEmpty
ok 42 Luc is isArguments
ok 43 Luc Class Base
ok 44 Luc Class simple define
ok 45 Luc Class single mixin
ok 46 Luc Class multiple mixins
ok 47 Luc Class statics
ok 48 Luc Class test get static value
ok 49 Luc Class $class
ok 50 Luc Class super
ok 51 Luc Class composition
ok 98 Luc Array functions dynamic removeFirstNot
ok 52 Luc Class all class options together
ok 53 Luc Class class options do not get applied to the instance
ok 54 Luc Class get composition
ok 55 Luc Class initComposition before and after
ok 56 Luc Class test no superclass
ok 57 Luc Class test composition validation
ok 58 Luc Class test default plugin composition
ok 59 Luc Class test configured plugin constructors
ok 60 Luc Class test default plugin destroy
ok 61 Luc Class after define
ok 62 Luc Class callSuperMethod callSuperMethod
ok 63 Luc Array functions each
ok 64 Luc Array functions toArray
ok 65 Luc Array functions insert append
ok 99 Luc Array functions dynamic removeAllNot
ok 66 Luc Array functions insert from indexes
ok 67 Luc Array functions insert arrays are not modified
ok 68 Luc Array functions removeAll with single falsy
ok 69 Luc Array functions removeAll all values
ok 70 Luc Array functions removeAll loose comparison
ok 71 Luc Array functions removeAll deep comparison
ok 100 Luc Array functions dynamic removeFirst
ok 72 Luc Array functions removeAllNot single falsy
ok 73 Luc Array functions removeAllNot no matches
ok 74 Luc Array functions removeAllNot single loose compare
ok 101 Luc Array functions dynamic removeAll
ok 102 Luc Array functions dynamic removeLastNot
ok 103 Luc Array functions dynamic removeLast
ok 104 Luc Array functions dynamic findLastNot
ok 105 Luc Array functions remove/find with iterator and thisArg
ok 106 Luc Array functions direct function comparison
ok 107 Luc Array functions Not remove/find with iterator and thisArg
ok 108 Luc Array functions find in
ok 109 Luc Array functions last
ok 110 Luc Array functions from index
ok 111 Luc Array functions pluck
# tests 111
# pass 111
# fail 0
ok 75 Luc Array functions removeFirst first multi array match
ok 76 Luc Array functions removeFirst empty array strict
ok 77 Luc Array functions removeFirst empty array shallow
ok 78 Luc Array functions removeFirstNot multi array match
ok 79 Luc Array functions removeFirstNot not matches
ok 80 Luc Array functions removeFirstNot not strict compare
ok 81 Luc Array functions findFirst handle loose compare
ok 82 Luc Array functions findFirst strict compare
ok 83 Luc Array functions findFirst match all props
ok 84 Luc Array functions findFirst all falsys
ok 85 Luc Array functions findFirst dates
ok 86 Luc Array functions findFirst strict and shallow dates
ok 87 Luc Array functions findFirstNot matching first key value
ok 88 Luc Array functions findFirstNot falsys
ok 89 Luc Array functions findFirstNot primitives and non-primitives
ok 90 Luc Array functions findAll find exact object keys
ok 91 Luc Array functions findAll find exact array values
ok 92 Luc Array functions findAll falsy values
ok 93 Luc Array functions findAll date values
ok 94 Luc Array functions findAllNot match all keys
ok 95 Luc Array functions findAllNot falsy values
ok 96 Luc Array functions dynamic findFirstNot
ok 97 Luc Array functions dynamic findAllNot
ok 98 Luc Array functions dynamic removeFirstNot
ok 99 Luc Array functions dynamic removeAllNot
ok 100 Luc Array functions dynamic removeFirst
ok 101 Luc Array functions dynamic removeAll
ok 102 Luc Array functions dynamic removeLastNot
ok 103 Luc Array functions dynamic removeLast
ok 104 Luc Array functions dynamic findLastNot
ok 105 Luc Array functions remove/find with iterator and thisArg
ok 106 Luc Array functions direct function comparison
ok 107 Luc Array functions Not remove/find with iterator and thisArg
ok 108 Luc Array functions find in
ok 109 Luc Array functions last
ok 110 Luc Array functions from index
ok 111 Luc Array functions pluck
# tests 111
# pass 111
# fail 0
1..111
ok 1 Luc Node functions Emitter
ok 2 Luc Object functions each
ok 3 Luc Object functions apply
ok 4 Luc Object functions mix
ok 5 Luc Object functions toObject
ok 6 Luc Object functions filter non ownProperties
ok 7 Luc Object functions filter ownProperties
ok 8 Luc Object functions merge
ok 9 Luc Function utilities create augmentor append and this
ok 10 Luc Function utilities create augmentor thisArg with append after
ok 11 Luc Function utilities create augmentor thisArg index and args after
ok 12 Luc Function utilities create augmentor this arg and default insert args
ok 13 Luc Function utilities create augmentor default insert args
ok 14 Luc Function utilities create augmentor just arguments
ok 15 Luc Function utilities create sequence
ok 16 Luc Function utilities create sequence augmentor config
ok 17 Luc Function utilities create sequenceIf
ok 18 Luc Function utilities create relayer
ok 19 Luc Function utilities create deferred
ok 20 Luc Function utilities create deferred no millis
ok 21 Luc Function utilities create throtteled no millis
ok 22 Luc Function utilities create throtteled
ok 23 Luc submodule module added
ok 24 Luc submodule alwaysAddSubmodule
ok 25 Luc compare fn compare empty objects
ok 26 Luc compare fn compare values
ok 27 Luc compare fn compare different object types
ok 28 Luc compare fn compare falsys
ok 29 Luc compare fn deep compare
ok 30 Luc compare fn simple deep and shallow compare
ok 31 Luc compare fn invalid type throws an exception
ok 32 Luc compare fn loose compare
ok 33 Luc is isArray
ok 34 Luc is isRegExp
ok 35 Luc is isDate
ok 36 Luc is isString
ok 37 Luc is isObject
ok 38 Luc is isNumber
ok 39 Luc is isFunction
ok 40 Luc is isFalsy
ok 41 Luc is isEmpty
ok 42 Luc is isArguments
ok 43 Luc Class Base
ok 44 Luc Class simple define
ok 45 Luc Class single mixin
ok 46 Luc Class multiple mixins
ok 47 Luc Class statics
ok 48 Luc Class test get static value
ok 49 Luc Class $class
ok 50 Luc Class super
ok 51 Luc Class composition
ok 52 Luc Class all class options together
ok 53 Luc Class class options do not get applied to the instance
ok 54 Luc Class get composition
ok 55 Luc Class initComposition before and after
ok 56 Luc Class test no superclass
ok 57 Luc Class test composition validation
ok 58 Luc Class test default plugin composition
ok 59 Luc Class test configured plugin constructors
ok 60 Luc Class test default plugin destroy
ok 61 Luc Class after define
ok 62 Luc Class callSuperMethod callSuperMethod
ok 63 Luc Array functions each
ok 64 Luc Array functions toArray
ok 65 Luc Array functions insert append
ok 66 Luc Array functions insert from indexes
ok 67 Luc Array functions insert arrays are not modified
ok 68 Luc Array functions removeAll with single falsy
ok 69 Luc Array functions removeAll all values
ok 70 Luc Array functions removeAll loose comparison
ok 71 Luc Array functions removeAll deep comparison
ok 72 Luc Array functions removeAllNot single falsy
ok 73 Luc Array functions removeAllNot no matches
ok 74 Luc Array functions removeAllNot single loose compare
ok 75 Luc Array functions removeFirst first multi array match
ok 76 Luc Array functions removeFirst empty array strict
ok 77 Luc Array functions removeFirst empty array shallow
ok 78 Luc Array functions removeFirstNot multi array match
ok 79 Luc Array functions removeFirstNot not matches
ok 80 Luc Array functions removeFirstNot not strict compare
ok 81 Luc Array functions findFirst handle loose compare
ok 82 Luc Array functions findFirst strict compare
ok 83 Luc Array functions findFirst match all props
ok 84 Luc Array functions findFirst all falsys
ok 85 Luc Array functions findFirst dates
ok 86 Luc Array functions findFirst strict and shallow dates
ok 87 Luc Array functions findFirstNot matching first key value
ok 88 Luc Array functions findFirstNot falsys
ok 89 Luc Array functions findFirstNot primitives and non-primitives
ok 90 Luc Array functions findAll find exact object keys
ok 91 Luc Array functions findAll find exact array values
ok 92 Luc Array functions findAll falsy values
ok 93 Luc Array functions findAll date values
ok 94 Luc Array functions findAllNot match all keys
ok 95 Luc Array functions findAllNot falsy values
ok 96 Luc Array functions dynamic findFirstNot
ok 97 Luc Array functions dynamic findAllNot
ok 98 Luc Array functions dynamic removeFirstNot
ok 99 Luc Array functions dynamic removeAllNot
ok 100 Luc Array functions dynamic removeFirst
ok 101 Luc Array functions dynamic removeAll
ok 102 Luc Array functions dynamic removeLastNot
ok 103 Luc Array functions dynamic removeLast
ok 104 Luc Array functions dynamic findLastNot
ok 105 Luc Array functions remove/find with iterator and thisArg
ok 106 Luc Array functions direct function comparison
ok 107 Luc Array functions Not remove/find with iterator and thisArg
ok 108 Luc Array functions find in
ok 109 Luc Array functions last
ok 110 Luc Array functions from index
ok 111 Luc Array functions pluck
# tests 111
# pass 111
# fail 0