Tests for pull, pullBy, pullAtIndex, pullAtValue

This commit is contained in:
Angelos Chalaris
2018-02-04 21:02:32 +02:00
parent 4aec3cc0fa
commit bb6ae04e78
5 changed files with 28 additions and 8 deletions

View File

@ -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