-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2ce9ba6
commit 1f59f11
Showing
3 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
10 changes: 10 additions & 0 deletions
10
examples/sn-react-usersearch/test/__mocks__/react-monaco-editor.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import * as React from 'react' | ||
/** | ||
* This is a mock MonacoEditor component for testing purposes. | ||
* It simply renders an empty div. | ||
* | ||
* @returns {JSX.Element} An empty div. | ||
*/ | ||
export default function MonacoEditor(): JSX.Element { | ||
return <div /> | ||
} |
File renamed without changes.