Skip to content

Commit 3565dc4

Browse files
author
Daniele Solombrino
committed
update test
1 parent 577fd24 commit 3565dc4

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

test.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,6 @@ test('should contain debug information', t => {
2727
t.is(pres.context.debug.length, 2);
2828
});
2929

30-
test('type undefined', t => {
31-
const out = m.throw('a', 'b', 'c');
32-
t.is(m.thrown(out), true);
33-
});
34-
35-
test('type undefined, error exists', t => {
36-
const out = m.throw('InternalError', 'Unexpected internal error', 500);
37-
t.is(m.thrown(out), true);
38-
});
39-
4030
test('type defined, error does not exist', t => {
4131
const out = m.throw('InexistentError', 'This error does not exist', 130);
4232
t.is(m.thrown(out, 'InexistentError'), false);

0 commit comments

Comments
 (0)