UNPKG

quasar

Version:

Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time

75 lines (63 loc) 1.41 kB
// import { mount } from '@cypress/vue' // import QBadge from '../QBadge.js' // const snapshotOptions = { customSnapshotsDir: '../src/components/badge/__tests__' } describe('Badge API', () => { describe('Props', () => { describe('Category: content', () => { describe('(prop): floating', () => { it.skip(' ', () => { // }) }) describe('(prop): multi-line', () => { it.skip(' ', () => { // }) }) describe('(prop): label', () => { it.skip(' ', () => { // }) }) describe('(prop): align', () => { it.skip(' ', () => { // }) }) }) describe('Category: style', () => { describe('(prop): color', () => { it.skip(' ', () => { // }) }) describe('(prop): text-color', () => { it.skip(' ', () => { // }) }) describe('(prop): transparent', () => { it.skip(' ', () => { // }) }) describe('(prop): outline', () => { it.skip(' ', () => { // }) }) describe('(prop): rounded', () => { it.skip(' ', () => { // }) }) }) }) describe('Slots', () => { describe('(slot): default', () => { it.skip(' ', () => { // }) }) }) })