Skip to content

Commit df55254

Browse files
committed
docs: use camelCase method names in fake timers sidebar
1 parent 0b5f799 commit df55254

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/.vitepress/sidebar.mjs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ export default {
941941
"link": "/concepts/fake-timers/"
942942
},
943943
{
944-
"text": "use fake timers",
944+
"text": "useFakeTimers",
945945
"link": "/concepts/fake-timers/use-fake-timers",
946946
"collapsed": false
947947
},
@@ -950,7 +950,7 @@ export default {
950950
"collapsed": false,
951951
"items": [
952952
{
953-
"text": "count timers",
953+
"text": "countTimers",
954954
"link": "/concepts/fake-timers/count-timers"
955955
},
956956
{
@@ -974,23 +974,23 @@ export default {
974974
"link": "/concepts/fake-timers/restore"
975975
},
976976
{
977-
"text": "run all",
977+
"text": "runAll",
978978
"link": "/concepts/fake-timers/run-all"
979979
},
980980
{
981-
"text": "run microtasks",
981+
"text": "runMicrotasks",
982982
"link": "/concepts/fake-timers/run-microtasks"
983983
},
984984
{
985-
"text": "run to frame",
985+
"text": "runToFrame",
986986
"link": "/concepts/fake-timers/run-to-frame"
987987
},
988988
{
989-
"text": "run to last",
989+
"text": "runToLast",
990990
"link": "/concepts/fake-timers/run-to-last"
991991
},
992992
{
993-
"text": "set system time",
993+
"text": "setSystemTime",
994994
"link": "/concepts/fake-timers/set-system-time"
995995
},
996996
{

0 commit comments

Comments
 (0)