4 lines
61 B
JavaScript
4 lines
61 B
JavaScript
|
// __mocks__/fileMock.js
|
||
|
|
||
|
module.exports = 'test-file-stub';
|