Add ast to test props
parent
23591a1a7f
commit
8b03686af4
|
@ -5,6 +5,7 @@ import TimeMachine from 'src/ifql/components/TimeMachine'
|
||||||
const setup = () => {
|
const setup = () => {
|
||||||
const props = {
|
const props = {
|
||||||
funcs: [],
|
funcs: [],
|
||||||
|
ast: {},
|
||||||
}
|
}
|
||||||
|
|
||||||
const wrapper = shallow(<TimeMachine {...props} />)
|
const wrapper = shallow(<TimeMachine {...props} />)
|
||||||
|
|
Loading…
Reference in New Issue