Skip to content

Commit 9fc6971

Browse files
committed
[Dev Deps] remove obsolete DT package
1 parent dd0bad1 commit 9fc6971

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
"@ljharb/eslint-config": "^21.1.1",
4848
"@ljharb/tsconfig": "^0.2.2",
4949
"@types/call-bind": "^1.0.5",
50-
"@types/es-value-fixtures": "^1.4.4",
5150
"@types/for-each": "^0.3.3",
5251
"@types/get-intrinsic": "^1.2.3",
5352
"@types/object-inspect": "^1.13.0",

test/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ test('isArrayBuffer', function (t) {
2323
});
2424

2525
t.test('actual ArrayBuffer instances', { skip: typeof ArrayBuffer === 'undefined' }, function (st) {
26-
// @ts-expect-error TS grumbles about 0 args
2726
var ab = new ArrayBuffer();
2827
st.equal(isArrayBuffer(ab), true, inspect(ab) + ' is an ArrayBuffer');
2928

0 commit comments

Comments
 (0)