From 0de549018707106fe81fca28e94e69283394377c Mon Sep 17 00:00:00 2001 From: Mihail Stoykov Date: Wed, 9 Dec 2020 17:25:32 +0200 Subject: [PATCH] Update js/tc39/README.md Co-authored-by: na-- --- js/tc39/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tc39/README.md b/js/tc39/README.md index eccb3f24528..60495db33be 100644 --- a/js/tc39/README.md +++ b/js/tc39/README.md @@ -28,7 +28,7 @@ repo](https://github.com/dop251/goja/blob/master/tc39_test.go) Unfortunately k6 doesn't pass all the test that are currently defined as "interesting" and probably won't even more. Goja decided to just not run the ones that it knows it fails currently, but this -means that if they stop fail, someone needs to go re-enable that test. This also means that if the +means that if they stop failing, someone needs to go re-enable these tests. This also means that, if the previous breakage was something a user can work around in a certain way, it now might be something else that the user can't workaround or have another problem. For this reasons I decided that actually recording what breaks and checking that it doesn't change is a better idea.