Addressed comments by @skatcat31
This commit is contained in:
@ -28,7 +28,7 @@ test('Last function does not receive "next" argument', () => {
|
||||
next();
|
||||
},
|
||||
next => {
|
||||
expect(next).toBe(null);
|
||||
expect(next).toBe(undefined);
|
||||
}
|
||||
]);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user