Skip to content

Commit

Permalink
chore: move Location to Test Runner category (sidebar) (#1525)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Sep 18, 2024
1 parent 6b0188c commit f3469c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ module.exports = {
{ type: 'doc', id: 'api/class-fixtures' },
{ type: 'doc', id: 'api/class-fullconfig' },
{ type: 'doc', id: 'api/class-fullproject' },
{ type: 'doc', id: 'api/class-location' },
{ type: 'doc', id: 'api/class-test' },
{ type: 'doc', id: 'api/class-testconfig' },
{ type: 'doc', id: 'api/class-testinfo' },
Expand All @@ -186,7 +187,6 @@ module.exports = {
type: 'category',
label: 'Test Reporter',
items: [
{ type: 'doc', id: 'api/class-location' },
{ type: 'doc', id: 'api/class-reporter' },
{ type: 'doc', id: 'api/class-suite' },
{ type: 'doc', id: 'api/class-testcase' },
Expand Down

0 comments on commit f3469c3

Please sign in to comment.