mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 21:07:49 +00:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
import React from 'react'
|
|
|
|
jest.mock('disqus-react', () => {
|
|
return {
|
|
DiscussionEmbed: () => <></>
|
|
}
|
|
});
|