Skip to content

Commit 6f36a26

Browse files
committed
fix: update review component test folder path
1 parent 7d91c39 commit 6f36a26

3 files changed

Lines changed: 1 addition & 85 deletions

File tree

apps/google-docs/test/locations/Page/components/review-prototype/GoogleDocsMappingReviewScreen.spec.tsx renamed to apps/google-docs/test/locations/Page/components/review/DocumentOutline.spec.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { fireEvent, render, screen, within } from '@testing-library/react';
2-
import React from 'react';
32
import tokens from '@contentful/f36-tokens';
43
import { afterEach, describe, expect, it, vi } from 'vitest';
54

@@ -210,7 +209,7 @@ function buildFixture(): MappingReviewSuspendPayload {
210209
};
211210
}
212211

213-
describe('GoogleDocsMappingReviewScreen', () => {
212+
describe('DocumentOutline', () => {
214213
afterEach(() => {
215214
vi.restoreAllMocks();
216215
});

apps/google-docs/test/locations/Page/components/review-prototype/mappingCardPositioning.spec.ts renamed to apps/google-docs/test/locations/Page/components/review/mappingCardPositioning.spec.ts

File renamed without changes.

apps/google-docs/test/types/previewTypes.test.ts

Lines changed: 0 additions & 83 deletions
This file was deleted.

0 commit comments

Comments
 (0)