Skip to content

Commit e9a2b2a

Browse files
author
Kent C. Dodds
committed
--amend
1 parent 55cf5c9 commit e9a2b2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/assert.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ x.ifError = x.error = function (err, msg) {
141141
/*
142142
* deprecated APIs
143143
*/
144-
145144
x.doesNotThrow = util.deprecate(x.notThrows, getDeprecationNotice('doesNotThrow()', 'notThrows()'));
146145
x.same = util.deprecate(x.deepEqual, getDeprecationNotice('same()', 'deepEqual()'));
147146
x.notSame = util.deprecate(x.notDeepEqual, getDeprecationNotice('notSame()', 'notDeepEqual()'));

0 commit comments

Comments
 (0)