Skip to content
View melv-n's full-sized avatar
🐙
🐙

Highlights

  • Pro

Organizations

@soundtrackyourbrand

Block or report melv-n

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Testing React-Intl components with E... Testing React-Intl components with Enzyme's mount() and shallow() methods. This is a helper function which wraps the `intl` context around your component tests in an easy and efficient way.
    1
    import { mountWithIntl } from 'helpers/intl-enzyme-test-helper.js';
    2
    
                  
    3
    const wrapper = mountWithIntl(
    4
      <CustomComponent />
    5
    );