This directory contains three levels of tests:
- Should target functions and classes directly
- Server should not be started
- No external calls depenedencies should be hit
// paste it in the dev console | |
s=""; $('.column-header > h2').each(function(){s += '\n\n'+this.innerText+'\n'; $(this).closest('.message-list').find('.message-body > .text').each(function(){s += ' - '+this.innerText+'\n';}) }); console.log(s) | |