Skip to content

Commit

Permalink
Remove no longer relevant test
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Apr 26, 2022
1 parent 49ff316 commit 0ec6f84
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions test/unexpected.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,7 @@ describe('unexpected', () => {
expect();
},
'to throw',
'The expect function requires at least two parameters.'
);
});

it('fails when given only one parameter', () => {
expect(
function () {
expect('foo');
},
'to throw',
'The expect function requires at least two parameters.'
'The expect function requires at least one parameter.'
);
});

Expand Down

0 comments on commit 0ec6f84

Please sign in to comment.