UNPKG

@uppy/dashboard

Version:

Universal UI plugin for Uppy.

9 lines (7 loc) 263 B
import { describe, expect, it } from 'vitest' import copyToClipboard from './copyToClipboard.js' describe('copyToClipboard', () => { it.skip('should copy the specified text to the clipboard', () => { expect(typeof copyToClipboard).toBe('function') }) })