mirror of https://github.com/boa-dev/boa.git
Browse Source
Bumps [test262](https://github.com/tc39/test262) from `76a14bf` to `d216cc1`. <details> <summary>Commits</summary> <ul> <li><a href="pull/2623/headd216cc1972
"><code>d216cc1</code></a> asyncHelpers implementation: Apply suggestions from code review</li> <li><a href="eb44f67274
"><code>eb44f67</code></a> asyncHelpers tests: Address code review feedback</li> <li><a href="e0d5b780e7
"><code>e0d5b78</code></a> Update CONTRIBUTING.md to suggest using asyncHelpers</li> <li><a href="4fe158d39d
"><code>4fe158d</code></a> Generated tests for refactoring (IIFE/async function).then($DONE, $DONE); t...</li> <li><a href="4d9d5c570d
"><code>4d9d5c5</code></a> Refactor simple cases of (IIFE/async function).then($DONE, $DONE); to use a...</li> <li><a href="1d116b48a9
"><code>1d116b4</code></a> harness/asyncHelpers.js: Refactor asyncTest to always return undefined instea...</li> <li><a href="d810c684ae
"><code>d810c68</code></a> harness/asyncHelpers.js: Refactor assert.throwsAsync to only accept a callable</li> <li><a href="4bd0545b29
"><code>4bd0545</code></a> harness/asyncHelpers.js: Remove dependency on Promise.</li> <li><a href="98952c3c51
"><code>98952c3</code></a> harness/asyncHelpers.js: Refactor assert.throwsAsync to be async function</li> <li><a href="0294bea997
"><code>0294bea</code></a> Harness tests for asyncHelpers.js' assert.throwsAsync function</li> <li>Additional commits viewable in <a href="76a14bf659...d216cc1972
">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot]
2 years ago
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue