Returns text content of wrapper.
(String): text content of wrapper.
String
import { mount } from 'avoriaz'; import Foo from './Foo.vue'; const wrapper = mount(Foo); expect(wrapper.text()).to.equal('bar');