mirror of
https://github.com/scratchfoundation/scratch-paint.git
synced 2025-06-06 02:05:00 -04:00
3 lines
61 B
JavaScript
3 lines
61 B
JavaScript
// __mocks__/fileMock.js
|
|
|
|
module.exports = 'test-file-stub';
|