Tests for pull, pullBy, pullAtIndex, pullAtValue
This commit is contained in:
14
test/testlog
14
test/testlog
@ -1,4 +1,4 @@
|
||||
Test log for: Sun Feb 04 2018 20:56:18 GMT+0200 (GTB Standard Time)
|
||||
Test log for: Sun Feb 04 2018 21:02:13 GMT+0200 (GTB Standard Time)
|
||||
|
||||
> 30-seconds-of-code@0.0.1 test G:\My Files\git Repositories\30-seconds-of-code
|
||||
> tape test/**/*.test.js | tap-spec
|
||||
@ -1144,18 +1144,24 @@ Test log for: Sun Feb 04 2018 20:56:18 GMT+0200 (GTB Standard Time)
|
||||
Testing pull
|
||||
|
||||
√ pull is a Function
|
||||
√ Pulls the specified values
|
||||
|
||||
Testing pullAtIndex
|
||||
|
||||
√ pullAtIndex is a Function
|
||||
√ Pulls the given values
|
||||
√ Pulls the given values
|
||||
|
||||
Testing pullAtValue
|
||||
|
||||
√ pullAtValue is a Function
|
||||
√ Pulls the specified values
|
||||
√ Pulls the specified values
|
||||
|
||||
Testing pullBy
|
||||
|
||||
√ pullBy is a Function
|
||||
√ Pulls the specified values
|
||||
|
||||
Testing quickSort
|
||||
|
||||
@ -1718,8 +1724,8 @@ Test log for: Sun Feb 04 2018 20:56:18 GMT+0200 (GTB Standard Time)
|
||||
√ Works with multiple promises
|
||||
|
||||
|
||||
total: 825
|
||||
passing: 825
|
||||
duration: 2.4s
|
||||
total: 831
|
||||
passing: 831
|
||||
duration: 2.5s
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user