UNPKG

videomail-client

Version:

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

16 lines (11 loc) 282 B
import test from 'tape-catch' import standardize from './../../src/js/util/standardize' const root = this test('standardize:', function (t) { t.test('can be called', function (tt) { tt.plan(1) tt.doesNotThrow(function () { standardize(this, root) }) }) })