Skip to content
View mirague's full-sized avatar
🐙
🐙

Organizations

@soundtrackyourbrand
Block or Report

Block or report mirague

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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
    );