Add degreesToRads and radsToDegrees
This commit is contained in:
16
test/testlog
16
test/testlog
@ -1,4 +1,4 @@
|
||||
Test log for: Wed Feb 14 2018 12:12:48 GMT+0200 (GTB Standard Time)
|
||||
Test log for: Wed Feb 14 2018 12:24:07 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
|
||||
@ -278,6 +278,11 @@ Test log for: Wed Feb 14 2018 12:12:48 GMT+0200 (GTB Standard Time)
|
||||
|
||||
√ defer is a Function
|
||||
|
||||
Testing degreesToRads
|
||||
|
||||
√ degreesToRads is a Function
|
||||
√ Returns the appropriate value
|
||||
|
||||
Testing delay
|
||||
|
||||
√ delay is a Function
|
||||
@ -1221,6 +1226,11 @@ Test log for: Wed Feb 14 2018 12:12:48 GMT+0200 (GTB Standard Time)
|
||||
√ quickSort(undefined) throws an error
|
||||
√ quickSort([11, 1, 324, 23232, -1, 53, 2, 524, 32, 13, 156, 133, 62, 12, 4]) takes less than 2s to run
|
||||
|
||||
Testing radsToDegrees
|
||||
|
||||
√ radsToDegrees is a Function
|
||||
√ Returns the appropriate value
|
||||
|
||||
Testing randomHexColorCode
|
||||
|
||||
√ randomHexColorCode is a Function
|
||||
@ -1820,8 +1830,8 @@ Test log for: Wed Feb 14 2018 12:12:48 GMT+0200 (GTB Standard Time)
|
||||
√ Works with multiple promises
|
||||
|
||||
|
||||
total: 909
|
||||
passing: 909
|
||||
total: 913
|
||||
passing: 913
|
||||
duration: 2.4s
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user