j40-cejst-2/client/__mocks__/file-mock.js

4 lines
202 B
JavaScript

/* This was created following along from
https://www.gatsbyjs.com/docs/how-to/testing/unit-testing/
The purpose is to mock static file imports - see jest.config.js */
module.exports = 'test-file-stub';