UNPKG

videomail-client

Version:

A wicked npm package to record videos directly in the browser, wohooo!

14 lines (10 loc) 270 B
import test from 'tape-catch' import Notifier from './../../src/js/wrappers/visuals/notifier' test('Notifier:', function (t) { t.test('can be instantiated', function (tt) { tt.plan(1) tt.doesNotThrow(function () { return new Notifier() }) }) })