We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cd8d2d commit 6f353afCopy full SHA for 6f353af
test/parser.js
@@ -71,7 +71,7 @@ describe('Parser', function() {
71
});
72
73
it('should throw error for unrecognized', function(done) {
74
- Parser.parseFile(__dirname + '/input/unrecognized.rss', (err, parsed) => {
+ Parser.parseFile(__dirname + '/input/unrecognized.rss', function(err, parsed) {
75
Expect(err.message).to.contain('Feed not recognized as RSS');
76
done();
77
})
0 commit comments