Skip to content

Commit e71649d

Browse files
committed
qwd
1 parent 2b7c96c commit e71649d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/index.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ test('are arguments equal', t => {
2727
t.false(areArgumentsEqual(['foo', 'bar'], ['foo', 'bar']));
2828

2929
t.true(areArgumentsEqual(Arg.any('array'), ['foo', 'bar']));
30-
t.true(areArgumentsEqual(Arg.is(x => x), ['foo', 'bar']));
3130
});
3231

3332
test('class string field returns', t => {

0 commit comments

Comments
 (0)