fennec-fe/tests/__mocks__/fileMocks.js
Ivan Li 57eb3d317b feat(projects): 左侧项目菜单。
feat: tailwindcss + mobx + apollo.
2021-02-01 22:22:38 +08:00

4 lines
196 B
JavaScript

// This fixed an error related to the CSS and loading gif breaking my Jest test
// See https://facebook.github.io/jest/docs/en/webpack.html#handling-static-assets
export default 'test-file-stub';