We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604182e commit 3d88d32Copy full SHA for 3d88d32
packages/logging-winston/test/index.js
@@ -189,8 +189,7 @@ describe('logging-winston', function() {
189
loggingWinston.log(LEVEL, MESSAGE, error, assert.ifError);
190
});
191
192
- it('should append stack when metadata is err with empty message',
193
- function(done) {
+ it('should use stack when metadata is err without message', function(done) {
194
var error = {
195
stack: 'the stack'
196
};
@@ -233,4 +232,4 @@ describe('logging-winston', function() {
233
232
loggingWinston.log(LEVEL, MESSAGE, METADATA, done);
234
235
236
-});
+});
0 commit comments