mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-03-23 03:15:55 -04:00
4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
|
// __mocks__/fileMock.js
|
||
|
|
||
|
module.exports = 'test-file-stub';
|