Add ast to test props

pull/3033/head
Andrew Watkins 2018-03-28 10:43:59 -07:00 committed by Brandon Farmer
parent 23591a1a7f
commit 8b03686af4
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import TimeMachine from 'src/ifql/components/TimeMachine'
const setup = () => {
const props = {
funcs: [],
ast: {},
}
const wrapper = shallow(<TimeMachine {...props} />)