UNPKG

infect-frontend

Version:
15 lines (11 loc) 282 B
import React from 'react'; import {shallow} from 'enzyme'; import test from 'tape'; import Matrix from './matrix.jsx'; test('renders correctly', (t) => { const matrix = shallow(<Matrix/>); t.equal(matrix.is('svg'), true); t.end(); }); test.skip('measures tests', (t) => { });