mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-22 09:41:26 -08:00
4 lines
202 B
JavaScript
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';
|