UNPKG
mocha-bar
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
Fast Mocha test reporter for the browser
github.com/fasttime/mocha-bar
fasttime/mocha-bar
mocha-bar
/
mocha-bar.d.ts
7 lines
(5 loc)
•
111 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
type
{
ReporterConstructor
}
from
'mocha'
;
declare
global
{
const
MochaBar
:
ReporterConstructor
; }