Benjamin Lupton

Results 337 issues of Benjamin Lupton

Now that the ESNext conversion is done, perhaps we can revaluate a lot of how we did things

Currently browser testing is performed manually. Certain things like displaying errors accordingly differ based on browser vs console (console reporter outputs them on suite or test finish if browser, can't...

Should the global suite have destroyOnceDone enabled or disabled? This should allow exit to correctly fire on browser environments, where no `process.exit` is emitted - however, it may already do...

enhancement

Allow tests to return promises instead of calling callbacks Depends on https://github.com/bevry/taskgroup/issues/25 which once implemented, should be as easy as upgrading the TaskGroup dependency and writing verification tests.

Kava already accomplishes these goals of Deno - https://github.com/denoland/deno/issues/7330 - https://github.com/denoland/deno/discussions/10771 So all that would need to happen is providing a Deno compilation target.

Migrated from https://github.com/bevry/joe-reporter-console/issues/2

As https://github.com/bestiejs/benchmark.js/issues/90 doesn't work, and because it would be trivial to add this functionality to joe, perhaps we should do so.

enhancement

# Notable Changes ## Links - [Terraform](https://www.terraform.io) - Current Version: 0.11.3 - Latest Version: 0.15.0 (Unreleased) - [Changelog](https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md) - [0.12](https://github.com/hashicorp/terraform/blob/v0.12/CHANGELOG.md#0120-may-22-2019) - [0.13](https://github.com/hashicorp/terraform/blob/v0.13/CHANGELOG.md#0130-august-10-2020) - [0.14](https://github.com/hashicorp/terraform/blob/v0.14/CHANGELOG.md#0140-unreleased) - [0.15](https://github.com/hashicorp/terraform/blob/master/CHANGELOG.md#0150-unreleased) - Notable Links -...

help wanted