3 lines
68 B
JavaScript
3 lines
68 B
JavaScript
|
// Used to mock out non-JS asset in jest tests
|
||
|
module.exports = "";
|