I hereby claim:
- I am elyobo on github.
- I am elyobo (https://keybase.io/elyobo) on keybase.
- I have a public key ASDDQCkXJgTG3gxkLUjG63GUgqfoYCm3dq_l1MMPUc0zRgo
To claim this, I am signing this object:
/** | |
* Extracted React shallowEqual, because it's not exported. | |
* | |
* @see https://github.com/facebook/react/issues/16919 | |
* @see https://github.com/facebook/react/blob/master/packages/shared/shallowEqual.js | |
*/ | |
const hasOwnProperty = Object.prototype.hasOwnProperty | |
/** |
/* eslint-disable */ | |
// Note: requires redux | |
// Run this and read the comments | |
const { createStore } = require('redux') | |
const INITIAL_STATE = 0 | |
const ACTIONS = [ | |
{ type: 'number', value: 1 }, | |
{ type: 'number', value: 2 }, |
I hereby claim:
To claim this, I am signing this object:
<?php | |
use PHPUnit_Framework_TestCase as BaseTestCase; | |
class TestFixer extends BaseTestCase | |
{ | |
public function fix(&$target, $source, $keep = false) { | |
if (!$source) { | |
return; | |
} |