Skip to content

Instantly share code, notes, and snippets.

View nenros's full-sized avatar

Bartosz Markowski nenros

View GitHub Profile
person_1 = {
'first_name': 'Bartek',
'last_name': 'Piekarczyk',
'age': 35,
'city': 'Gdańsk',
}
person_2 = {
'first_name': 'Beata',
'last_name': 'Piekarczyk',
'age': 31,

Keybase proof

I hereby claim:

To claim this, I am signing this object:

import React from 'react';
import { shallow } from 'enzyme';
import configureStore from 'redux-mock-store';
// imported as a connected component!
import CameraSettings from 'components/menu/CameraSettings';
const middlewares = []; // you can mock any middlewares here if necessary
const mockStore = configureStore(middlewares);
@nenros
nenros / modul
Last active August 29, 2015 13:58
<?php
const FEED_URL = "http://www.nto.pl/apps/pbcs.dll/section?Category=RSS&mime=xml";
function jakis_modul_info(){
return array(
'jakis_blok' => array(
'name' => 'Mój blok',
'module' => 'jakis_modul',
'description' => 'Jakiś tam blok'
)