ucsb-cs156-f24 / proj-courses-f24-01

https://ucsb-cs156-f24.github.io/proj-courses-f24-01/
1 stars 0 forks source link

REFACTOR: Remove stryker exception in SectionsOverTimeTable.js #15

Open github-actions[bot] opened 1 week ago

github-actions[bot] commented 1 week ago

Your task: write better tests so that we can remove this stryker exception that appears in frontend/src/main/components/Sections/SectionsOverTimeTable.js

      // Stryker disable next-line ArrowFunction: factor out and test the arrow function separately
      Cell: ({ cell: { value } }) => value.substring(0, value.length - 2),
github-actions[bot] commented 1 week ago

Copied from https://github.com/ucsb-cs156/proj-courses/issues/148