node-ical-toolkit
node-ical-toolkit copied to clipboard
should not read it('should parse the content async', function (done) {
it('should parse the content async', function (done) { icalToolkit.parseToJSON(icsContent, function (err, json) { if (err) throw err; assert(json); assert(!(json instanceof Error)); assert(json.VCALENDAR); done(); }); });
What should it be? Please explain. Thank you!