mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-21 10:18:13 -05:00
mock MediaQuery
This commit is contained in:
parent
f267af28b3
commit
d8bafccc31
1 changed files with 5 additions and 0 deletions
5
test/__mocks__/react-responsive.js
vendored
Normal file
5
test/__mocks__/react-responsive.js
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
// __mocks__/react-responsive.js
|
||||
|
||||
const MediaQuery = ({children}) => children;
|
||||
|
||||
export default MediaQuery;
|
Loading…
Reference in a new issue