UNPKG
@northbrook/mocha
Version:
latest (3.1.1)
3.1.1
3.1.0
3.0.1
3.0.0
2.2.0
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.0.0
Mocha Configuration for Northbrook
github.com/northbrookjs/mocha
northbrookjs/mocha
@northbrook/mocha
/
test
/
northbrook.test.ts
11 lines
(8 loc)
•
248 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
NorthbrookConfig
, northbrook }
from
'northbrook'
;
import
{ plugin }
from
'../src'
;
const
config
:
NorthbrookConfig
= {
packages
: [
'testPackages/**'
],
plugins
: [ plugin ], };
northbrook
(config, [], __dirname).
start
([
'mocha'
]);