quasar
Version:
Build high-performance VueJS user interfaces (SPA, PWA, SSR, Mobile and Desktop) in record time
70 lines (60 loc) • 1.23 kB
JavaScript
describe('use-file API', () => {
describe('Props', () => {
describe('Category: behavior', () => {
describe('(prop): multiple', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): accept', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): capture', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): max-file-size', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): max-total-size', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): max-files', () => {
it.skip(' ', () => {
//
})
})
describe('(prop): filter', () => {
it.skip(' ', () => {
//
})
})
})
})
describe('Events', () => {
describe('(event): rejected', () => {
it.skip(' ', () => {
//
})
})
})
describe('Methods', () => {
describe('(method): pickFiles', () => {
it.skip(' ', () => {
//
})
})
describe('(method): addFiles', () => {
it.skip(' ', () => {
//
})
})
})
})