Skip to content

Instantly share code, notes, and snippets.

View muscaiu's full-sized avatar
🎯
Focusing

Cristian Muscalu muscaiu

🎯
Focusing
View GitHub Profile
@muscaiu
muscaiu / snapshot
Last active January 29, 2019 12:58
import React from 'react';
import { shallow } from 'enzyme';
import toJson from 'enzyme-to-json';
import Bar from '../Bar';
describe('Bar', () => {
it('should render properly', () => {
const data = 'fake';
const wrapper = shallow(
<Bar data={data} />
//snsihwdihwidhiwdi