Skip to content
View jericbas's full-sized avatar
Block or Report

Block or report jericbas

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 Loading

  1. Mock `window.location.search` Mock `window.location.search`
    1
    it('mocks search', () => {
    2
       delete window.location;
    3
       window.location = { search: '?query=phone' };
    4
    
                  
    5
      expect(window.location.search).toEqual('?query=phone');
  2. Add Rematch with existing Redux impl... Add Rematch with existing Redux implementation
    1
    import React, { PureComponent } from 'react';
    2
    import { connect } from 'react-redux';
    3
    import { bindActionCreators } from 'redux';
    4
    
                  
    5
    // actions
  3. Move element of array of object to ... Move element of array of object to another position/index
    1
    
                  
    2
    
                  
    3
    const data = [
    4
      {id: 1, name: "Sample 1"},
    5
      {id: 2, name: "Sample 2"},
  4. node-mongo-express-boilerplate node-mongo-express-boilerplate Public

    JavaScript

  5. sample-firebase-app-push sample-firebase-app-push Public

    JavaScript