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),
Your task: write better tests so that we can remove this stryker exception that appears in
frontend/src/main/components/Sections/SectionsOverTimeTable.js