Raise coverage (#6441)

Adding a few tests and remove a few unused files to raise code coverage
a bit
This commit is contained in:
Charles Bochet
2024-07-29 18:50:35 +02:00
committed by GitHub
parent d2fe31061e
commit 0a21a16eb0
7 changed files with 17 additions and 16 deletions

View File

@ -1,7 +0,0 @@
export const getActivityTargetObjectFieldName = ({
nameSingular,
}: {
nameSingular: string;
}) => {
return `${nameSingular}`;
};