Copy link
@pedro823

pedro823 Jan 11, 2022

This may not be performatic if the javascript runtime it's on does not optimize 'testing '.repeat(6).trim() to a static string. This code avoids relying on runtime optimization by just including the end result of the computation.