From bd64f8deb57f89356d84ca04c847f37938bff4f8 Mon Sep 17 00:00:00 2001 From: Josh Wolfe Date: Mon, 25 Sep 2017 16:27:32 -0700 Subject: [PATCH] PR for ToBoolean --- BigInt-test-plan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigInt-test-plan.md b/BigInt-test-plan.md index 5456966..6ce94b3 100644 --- a/BigInt-test-plan.md +++ b/BigInt-test-plan.md @@ -2,7 +2,7 @@ - [x] invalid digits - Type conversion - [x] ToPrimitive [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)] - - [ ] ToBoolean (@thejoshwolfe) + - [ ] ToBoolean [[PR](https://github.com/tc39/test262/pull/1241)] - [x] ToNumber [[merged](https://github.com/tc39/test262/commit/dafde72971845dc6f2da7549f0688ff2d2fe3d01)] - [x] ToString [[merged](https://github.com/tc39/test262/commit/f83adad4bd1e2005401fb7791fa86f8cf749908e)] - [ ] ToObject (@thejoshwolfe)