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 dd0bad1 commit 9fc6971Copy full SHA for 9fc6971
package.json
@@ -47,7 +47,6 @@
47
"@ljharb/eslint-config": "^21.1.1",
48
"@ljharb/tsconfig": "^0.2.2",
49
"@types/call-bind": "^1.0.5",
50
- "@types/es-value-fixtures": "^1.4.4",
51
"@types/for-each": "^0.3.3",
52
"@types/get-intrinsic": "^1.2.3",
53
"@types/object-inspect": "^1.13.0",
test/index.js
@@ -23,7 +23,6 @@ test('isArrayBuffer', function (t) {
23
});
24
25
t.test('actual ArrayBuffer instances', { skip: typeof ArrayBuffer === 'undefined' }, function (st) {
26
- // @ts-expect-error TS grumbles about 0 args
27
var ab = new ArrayBuffer();
28
st.equal(isArrayBuffer(ab), true, inspect(ab) + ' is an ArrayBuffer');
29
0 commit comments