Skip to content

Commit 0ec6f84

Browse files
committed
Remove no longer relevant test
1 parent 49ff316 commit 0ec6f84

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

test/unexpected.spec.js

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,7 @@ describe('unexpected', () => {
3030
expect();
3131
},
3232
'to throw',
33-
'The expect function requires at least two parameters.'
34-
);
35-
});
36-
37-
it('fails when given only one parameter', () => {
38-
expect(
39-
function () {
40-
expect('foo');
41-
},
42-
'to throw',
43-
'The expect function requires at least two parameters.'
33+
'The expect function requires at least one parameter.'
4434
);
4535
});
4636

0 commit comments

Comments
 (0)