Skip to content

Commit

Permalink
more unit test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hassanad94 committed Nov 24, 2023
1 parent 2ce9ba6 commit 1f59f11
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
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 />
}

0 comments on commit 1f59f11

Please sign in to comment.