mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2024-12-23 14:02:50 -05:00
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
|
// __mocks__/fileMock.js
|
||
|
|
||
|
module.exports = 'test-file-stub';
|