UNPKG
@pipobscure/demitasse-run
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.0
Simple BDD Testing - Runner
github.com/pipobscure/demitasse
pipobscure/demitasse
@pipobscure/demitasse-run
/
index.js
12 lines
(11 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
const
{ describe, it, skip, todo, before, beforeEach, afterEach, after } =
require
(
'@pipobscure/bdd'
);
module
.
exports
=
exports
= { describe, it, skip, todo, before, beforeEach, afterEach, after };