Skip to content

Commit 71b89e6

Browse files
committed
add unit test
1 parent 814a699 commit 71b89e6

File tree

3 files changed

+1
-35
lines changed

3 files changed

+1
-35
lines changed

packages/compass-import-export/src/components/error-details-modal.tsx

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

packages/compass-import-export/src/components/import-toast.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import React from 'react';
22
import {
33
Body,
4-
Button,
54
css,
65
Link,
76
openToast,
87
ToastBody,
98
} from '@mongodb-js/compass-components';
109
import path from 'path';
11-
import type { MongoServerError } from 'mongodb';
1210

1311
const importToastId = 'import-toast';
1412
const bloatedDocumentSignalToastId = 'import-toast-bloated-document';

packages/compass-import-export/src/import-plugin.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react';
22
import ImportModal from './components/import-modal';
33
import ImportInProgressModal from './components/import-in-progress-modal';
4-
import ImportErrorDetailsModal from './components/error-details-modal';
4+
import ImportErrorDetailsModal from './components/import-error-details-modal';
55

66
function ImportPlugin() {
77
return (

0 commit comments

Comments
 (0)