mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
fix: add assertion for finalizer success message
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -185,6 +185,7 @@ waitForFinalizer().then(finalizerCalled => {
|
||||
}
|
||||
|
||||
expect(stdout).toContain("PASS: Buffer created with correct data");
|
||||
expect(stdout).toContain("PASS: Finalizer was called correctly");
|
||||
expect(stdout).not.toContain("FAIL");
|
||||
expect(exitCode).toBe(0);
|
||||
}, 60000);
|
||||
|
||||
Reference in New Issue
Block a user