wormhole/explorer/__mocks__/file-mock.js

4 lines
180 B
JavaScript
Raw Normal View History

// Related to jest.config.js `moduleNameMapper` on how to handle imports.
// Use this stub to mock static file imports which Jest cant handle
module.exports = 'test-file-stub';