Skip to content

attempting to fix ava issues#1320

Draft
josephjclark wants to merge 10 commits intomainfrom
fix-ava
Draft

attempting to fix ava issues#1320
josephjclark wants to merge 10 commits intomainfrom
fix-ava

Conversation

@josephjclark
Copy link
Collaborator

Short Description

A one or two-sentence description of what this PR does.

Fixes #

Implementation Details

A more detailed breakdown of the changes, including motivations (if not provided in the issue).

QA Notes

List any considerations/cases/advice for testing/QA here.

AI Usage

Please disclose whether you've used AI anywhere in this PR (it's cool, we just
want to know!):

  • I have used Claude Code
  • I have used another model
  • I have not used AI

You can read more details in our
Responsible AI Policy

Release branch checklist

Delete this section if this is not a release PR.

If this IS a release branch:

  • Run pnpm changeset version from root to bump versions
  • Run pnpm install
  • Commit the new version numbers
  • Run pnpm changeset tag to generate tags
  • Push tags git push --tags

Tags may need updating if commits come in after the tags are first generated.

@@ -0,0 +1,9 @@
import process from 'node:process';
import { registerCompletionHandler } from 'ava';
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ava says to do this in the docs, and I can see the export in the code. But at runtime I'm told that registerCompletionHandler does not exist!


mockServer.destroy = () =>
new Promise<void>((resolve) => {
// Terminate WebSocket clients first so any pending socketDelay
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

claude has been pushing all sorts of weirdness here which at the end of the day just isn't working.

Base automatically changed from deps to main March 19, 2026 15:52
@josephjclark josephjclark mentioned this pull request Mar 19, 2026
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant