UNPKG

coz-bud-remover

Version:
13 lines (9 loc) 191 B
/** * Test case for removeBudRendered. * Runs with mocha. */ 'use strict' describe('remove-bud-rendered', function () { this.timeout(3000) }) /* global describe, before, after, it */