Migrated VisitsStats test to react testing library

This commit is contained in:
Alejandro Celaya
2022-07-17 10:24:34 +02:00
parent d627de8e83
commit 1ffd71e81f
2 changed files with 49 additions and 82 deletions

View File

@@ -139,7 +139,7 @@ export const VisitsStats: FC<VisitsStatsProps> = ({
}
if (isEmpty(visits)) {
return <Message>There are no visits matching current filter :(</Message>;
return <Message>There are no visits matching current filter</Message>;
}
return (