UNPKG

fusion-cli

Version:
10 lines (8 loc) 249 B
// @noflow import React from 'react'; import {shallow} from 'enzyme'; import {test} from 'fusion-test-utils'; test('Enzyme wrapper snapshotting', assert => { const wrapper = shallow(<div data-should-fail />); assert.matchSnapshot(wrapper); });