Skip to content

docs: Remove attribution sections from CONTRIBUTING.md and CODE_OF_CO… #29

docs: Remove attribution sections from CONTRIBUTING.md and CODE_OF_CO…

docs: Remove attribution sections from CONTRIBUTING.md and CODE_OF_CO… #29

GitHub Actions / JEST Tests succeeded Jan 23, 2024 in 0s

JEST Tests ✅

Tests passed successfully

✅ junit.xml

19 tests were completed in 6s with 19 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
2✅ 725ms
1✅ 887ms
8✅ 2s
3✅ 714ms
3✅ 689ms
2✅ 740ms

✅ 

<Header /> should render the Header component without crashing
  ✅ <Header /> should render the Header component without crashing
<Header /> should render the MobileSidebar component within the Header component
  ✅ <Header /> should render the MobileSidebar component within the Header component

✅ 

<ProfileDataTable /> should render profile data table with profile set data
  ✅ <ProfileDataTable /> should render profile data table with profile set data

✅ 

<ProfileNav /> should render the component without error when in loading state
  ✅ <ProfileNav /> should render the component without error when in loading state
<ProfileNav /> should expand profile nav when dropdown is clicked
  ✅ <ProfileNav /> should expand profile nav when dropdown is clicked
<ProfileNav /> should render chevron down icon in trigger button when profile nav is closed and additional profiles are available
  ✅ <ProfileNav /> should render chevron down icon in trigger button when profile nav is closed and additional profiles are available
<ProfileNav /> should render chevron up icon in trigger button when profile nav is open and additional profiles are available
  ✅ <ProfileNav /> should render chevron up icon in trigger button when profile nav is open and additional profiles are available
<ProfileNav /> should not render chevron icon when no additional profiles are available
  ✅ <ProfileNav /> should not render chevron icon when no additional profiles are available
<ProfileNav /> should render placeholder values for region and format label in profile nav trigger when these optional values are not set
  ✅ <ProfileNav /> should render placeholder values for region and format label in profile nav trigger when these optional values are not set
<ProfileNav /> should render placeholder values for region and format label in profile nav item when these optional values are not set
  ✅ <ProfileNav /> should render placeholder values for region and format label in profile nav item when these optional values are not set
<ProfileNav /> should select clicked profile as current when profile nav item is clicked
  ✅ <ProfileNav /> should select clicked profile as current when profile nav item is clicked

✅ 

<Sidebar /> should render Sidebar without throwing an error
  ✅ <Sidebar /> should render Sidebar without throwing an error
<Sidebar /> given sidebar is closed when the toggle button is clicked then should toggle to open 
  ✅ <Sidebar /> given sidebar is closed when the toggle button is clicked then should toggle to open
<Sidebar /> should apply transition to nav when the toggle button is clicked
  ✅ <Sidebar /> should apply transition to nav when the toggle button is clicked

✅ 

<SideNav /> should render with passed nav items
  ✅ <SideNav /> should render with passed nav items
<SideNav /> should trigger setOpen on nav item click
  ✅ <SideNav /> should trigger setOpen on nav item click
<SideNav /> should display muted title text when current path equals nav item href
  ✅ <SideNav /> should display muted title text when current path equals nav item href

✅ 

<ThemeToggle /> should toggle theme from light to dark
  ✅ <ThemeToggle /> should toggle theme from light to dark
<ThemeToggle /> should toggle theme from dark to light
  ✅ <ThemeToggle /> should toggle theme from dark to light