Skip to content

Audits in report show up in reversed order of configuration #1033

@BioPhoton

Description

@BioPhoton

What happened?

I configure audits:

const audits = [
  { slug: 'audit-1'},
  { slug: 'audit-2'},
  { slug: 'audit-3'}
]

And in the report they show up as:

- audit-3
- audit-2
- audit-1 

What would you expect to happen?

In the report they should show up as:

- 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions