{"version":3,"sources":["webpack:///./src/demo/snippets/js/testing_efficiency.txt"],"names":[],"mappings":"kHAAA,OAAe","file":"js/chunk-2d0ae4e7.6ac724a1.js","sourcesContent":["export default \"// test/CustomCard.spec.js\\n\\ndescribe('CustomCard.vue', () => {\\n const mountFunction = options => {\\n return mount(CustomCard, {\\n localVue,\\n vuetify,\\n ...options,\\n })\\n }\\n\\n it('should have a custom title and match snapshot', () => {\\n const wrapper = mountFunction({\\n propsData: {\\n title: 'Fizzbuzz',\\n },\\n })\\n\\n expect(wrapper.html()).toMatchSnapshot()\\n })\\n})\\n\";"],"sourceRoot":""}