mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-24 08:08:18 -05:00
3 lines
61 B
JavaScript
3 lines
61 B
JavaScript
// __mocks__/fileMock.js
|
|
|
|
module.exports = 'test-file-stub';
|