Skip to content

Commit

Permalink
EffectComposerをmockにマップ
Browse files Browse the repository at this point in the history
  • Loading branch information
kazakami committed Jun 4, 2019
1 parent 0361b8b commit a2b1dbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ module.exports = {
"imports-loader?.*": "<rootDir>/src/test/importsLoader.js",
"GLTFLoader": "<rootDir>/src/test/emptyMock.js",
"MTLLoader": "<rootDir>/src/test/emptyMock.js",
"OBJLoader": "<rootDir>/src/test/emptyMock.js"
"OBJLoader": "<rootDir>/src/test/emptyMock.js",
"EffectComposer": "<rootDir>/src/test/emptyMock.js"
},
"setupFiles": ["jest-canvas-mock"]
}

0 comments on commit a2b1dbe

Please sign in to comment.