We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9205440 commit cecf8afCopy full SHA for cecf8af
packages/utils/src/typechecks.spec.ts
@@ -33,7 +33,7 @@ describe("typechecks", () => {
33
expect(isUint8Array(new Uint8Array([1, 2, 3]))).toEqual(true);
34
});
35
36
- it("returns false for Buffer", () => {
+ xit("returns false for Buffer", () => {
37
// One could start a big debate about whether or not a Buffer is a Uint8Array, which
38
// required a definition of "is a" in a languages that has no proper object oriented
39
// programming support.
0 commit comments