Skip to content

Commit

Permalink
tests of the new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Jan 23, 2024
1 parent f4e80eb commit f494728
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Feature/StructureTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
fn () => route('documentation.form.toggle'),
fn () => route('documentation.form.range'),
fn () => route('documentation.form.pin'),
fn () => route('documentation.form.upload'),
//
fn () => route('documentation.ui.alert'),
fn () => route('documentation.ui.avatar'),
Expand All @@ -50,6 +51,7 @@
fn () => route('documentation.ui.modal'),
fn () => route('documentation.ui.link'),
fn () => route('documentation.ui.loading'),
fn () => route('documentation.ui.reaction'),
fn () => route('documentation.ui.select'),
fn () => route('documentation.ui.slide'),
fn () => route('documentation.ui.tab'),
Expand Down

0 comments on commit f494728

Please sign in to comment.