diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index a01d70e..c56d485 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -2,12 +2,12 @@ - [x] invalid digits - Type conversion - [x] ToPrimitive (@thejoshwolfe) - - [x] ToBoolean (@thejoshwolfe) + - [ ] ToBoolean (@thejoshwolfe) - [x] ToNumber (@thejoshwolfe) - - [x] ToString (@thejoshwolfe) - - [ ] ToObject (@thejoshwolfe) + - [ ] ToString (@thejoshwolfe) + - [x] ToObject (@thejoshwolfe) - [ ] ToNumeric (@thejoshwolfe) - - [x] RequireObjectCoercible (@thejoshwolfe) + - [ ] RequireObjectCoercible (@thejoshwolfe) - Testing/comparison - [x] less than - [x] less than or equal @@ -46,7 +46,7 @@ - [ ] constructor - [ ] toLocaleString (@thejoshwolfe) - [ ] toString (@cxielarko) - - [x] valueOf (@thejoshwolfe) + - [ ] valueOf (@thejoshwolfe) - [x] JSON.stringify - [x] Number constructor - TypedArrays