node-ical-toolkit icon indicating copy to clipboard operation
node-ical-toolkit copied to clipboard

should not read it('should parse the content async', function (done) {

Open rvwhitney opened this issue 4 years ago • 0 comments

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!

rvwhitney avatar Dec 02 '20 19:12 rvwhitney