mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 01:54:18 -08:00
5 lines
202 B
JavaScript
5 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';
|