We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm not sure how to reliably re-produce this.
sometimes, i run yarn test and i got the below error
yarn test
not ok 104 should be equivalent --- operator: deepEqual expected: |- <Buffer 68 65 6a 20 76 65 72 64 65 6e 20 6f 67 20 68 65 6c 6c 6f 20 77 6f 72 6c 64> actual: |- <Buffer 68 65 6c 6c 6f 20 77 6f 72 6c 64> at: <anonymous> (/Users/anh/code/turbo-net/test/write.js:55:9) stack: |- Error: should be equivalent at Test.assert [as _assert] (/Users/anh/code/turbo-net/node_modules/tape/lib/test.js:225:54) at Test.bound [as _assert] (/Users/anh/code/turbo-net/node_modules/tape/lib/test.js:77:32) at Test.deepEqual.Test.deepEquals.Test.isEquivalent.Test.same (/Users/anh/code/turbo-net/node_modules/tape/lib/test.js:421:10) at Test.bound [as same] (/Users/anh/code/turbo-net/node_modules/tape/lib/test.js:77:32) at /Users/anh/code/turbo-net/test/write.js:55:9 at Request.done (/Users/anh/code/turbo-net/lib/queue.js:74:5) at Connection._onread (/Users/anh/code/turbo-net/lib/connection.js:138:13) ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm not sure how to reliably re-produce this.
sometimes, i run
yarn test
and i got the below errorThe text was updated successfully, but these errors were encountered: