reactjs - Testing Components with importing configs and other Components In React with Enzyme and Mocha -


i want write test in

react testing component.

i test individual component without imports or dependencies , passed.

i have read , followed tutorial shallow testing , component testing.

i not understand how can write test component has config file, other component , styles file imported. understand concept of mount , exporting component can't working.


Comments