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

@ -14,7 +14,7 @@ import {
import { RecordInlineCell } from '@/object-record/record-inline-cell/components/RecordInlineCell';
import { PropertyBox } from '@/object-record/record-inline-cell/property-box/components/PropertyBox';
import { recordStoreFamilyState } from '@/object-record/record-store/states/recordStoreFamilyState';
import { isRightDrawerAnimationCompletedState } from '@/ui/layout/right-drawer/states/isRightDrawerAnimationCompleted';
import { isRightDrawerAnimationCompletedState } from '@/ui/layout/right-drawer/states/isRightDrawerAnimationCompletedState';
import { isDefined } from '~/utils/isDefined';
const StyledPropertyBox = styled(PropertyBox)`