Open rwy7 opened 6 years ago
test262 is the most complete spec tests available: https://github.com/tc39/test262
spec tests will help us to determine the elements of the javascript language that we support. If the tests don't take too long (or crash too horribly), we could consider running these tests as a part of CI.
test262 is the most complete spec tests available: https://github.com/tc39/test262
spec tests will help us to determine the elements of the javascript language that we support. If the tests don't take too long (or crash too horribly), we could consider running these tests as a part of CI.