I have this component:
import React from \'react\'; import VideoTag from \'./VideoTag\'; import JWPlayer from \'./JWPlayer\'; class VideoWrapper extends React.C
You don't need to add moduleFileExtensions in the configuration for these two options since jest uses ['js', 'jsx', 'json', 'node'] as default file extensions. (Unless you want to specifically skip any option that is)