From c0bc867004d1d095df178f6675bfe30e8a819a20 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Mon, 25 Sep 2017 12:34:18 -0700 Subject: [PATCH] update status for type conversion stuff --- BigInt-test-plan.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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