8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29b0292 commit 04de4edCopy full SHA for 04de4ed
test/dateFileAppender-test.js
@@ -89,7 +89,7 @@ vows.describe('../lib/appenders/dateFile').addBatch({
89
teardown: removeFile('date-file-test.log'),
90
91
'should load appender configuration from a json file': function(err, contents) {
92
- assert.include(contents, 'this should be written to the file\n');
+ assert.include(contents, 'this should be written to the file' + require('os').EOL);
93
assert.equal(contents.indexOf('this should not be written to the file'), -1);
94
}
95
},
0 commit comments