uploadable-react-audio-recorder
Version:
33 lines (18 loc) • 554 B
JavaScript
import AudioRecorder from '../AudioRecorder';
const testBlobA = new Blob();
const testBlobB = new Blob();
describe('AudioRecoder', () => {
it('should not throw an error when unmounting', () => {
});
it('should not throw an error when remounting', () => {
});
it('should delete recording buffer when clicking remove', () => {
});
it('should not pad the blob with empty data', () => {
});
it('should not allow for overlapping playback', () => {
});
});
// other TODO
// example
// gh-pages