### What happened? I configure audits: ```ts const audits = [ { slug: 'audit-1'}, { slug: 'audit-2'}, { slug: 'audit-3'} ] ``` And in the report they show up as: ```txt - audit-3 - audit-2 - audit-1 ``` ### What would you expect to happen? In the report they should show up as: ```txt - audit-1 - audit-2 - audit-3 ``` ### What steps did you take? Basic setup of plugin ### Code PushUp package version _No response_ ### What operation system are you on? Linux ### Node version _No response_ ### Relevant log output ```shell ```