• A
    Make NotesCommand tests more performant by getting rid of unecessary map · 7e229f74
    Annie-Claude Côté 提交于
    * Get rid of map and replace it with a multiplication of "\n" to generate document with multiple line preceding the annotation
    * Reduce number from 1000 to 100 since it achieves the same goal
    * Only keep one test for the multiple lines document since it's unecessary to test multiple times
    * Update some language in tests names to make it clearer what we are testing
    7e229f74
notes_test.rb 4.4 KB