Skip to content

Commit a8afbfe

Browse files
committed
Apply check-spelling
1 parent 9623f53 commit a8afbfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/__tests__/unit/pages/ProjectDetails.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jest.mock('react-apexcharts', () => {
2222
return {
2323
__esModule: true,
2424
default: () => {
25-
return <div data-testid="mock-apexchart">Mock ApexChart</div>
25+
return <div data-testid="mock-apexcharts">Mock ApexChart</div>
2626
},
2727
}
2828
})

0 commit comments

Comments
 (0)