it('is interactable with super-hands', () => {
    const tree = renderer.create(<FunctionBox />).toJSON()
    expect(tree.props.className).toBe('interactive')
  })