Cheatography https://cheatography.com Download This Cheat Sheet (PDF) 8 CommentsRating: () Home > Programming > JavaScript Cheat Sheets jasmine JS testing Cheat Sheet by CITguy DOM-less simple JavaScript testing framework jasmine statements describe( label, function(){ ... }) group tests together it( label, function(){ ... }) label individual test expect( actual ) used to compare against expecte