All files / src through.js

50% Statements 2/4
100% Branches 0/0
0% Functions 0/2
100% Lines 2/2
1 2 3 4 5 6 7 8 9 10 11 12                  2x 2x  
import React, { Children } from 'react'
import PropTypes from 'prop-types'
 
export ThroughProvider from './ThroughProvider'
export throughContainer from './throughContainer'
export throughAgent from './throughAgent'
export throughAgentFactory from './throughAgentFactory'
export throughInterface from './throughInterface'
 
export const Dummy = () => null
export const Item = () => null