quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
38 lines (33 loc) • 702 B
JavaScript
describe('use-fullscreen API', () => {
describe('Props', () => {
describe('Category: behavior', () => {
describe('(prop): fullscreen', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): no-route-fullscreen-exit', () => {
it.skip(' ', () => {
//
})
})
})
})
describe('Methods', () => {
describe('(method): toggleFullscreen', () => {
it.skip(' ', () => {
//
})
})
describe('(method): setFullscreen', () => {
it.skip(' ', () => {
//
})
})
describe('(method): exitFullscreen', () => {
it.skip(' ', () => {
//
})
})
})
})