UNPKG
@mr_hugo/boredom
Version:
latest (0.28.1)
0.28.1
0.27.1
0.26.1
0.25.26
0.25.25
0.25.24
0.25.23
0.25.22
0.25.21
0.25.20
0.25.19
0.25.18
0.25.17
0.25.16
0.25.15
0.25.12
0.25.11
0.25.10
0.25.9
0.25.8
0.25.7
0.25.6
0.25.5
0.25.4
0.25.2
0.25.1
Another boring JavaScript framework.
github.com/HugoDaniel/boreDOM
HugoDaniel/boreDOM
@mr_hugo/boredom
/
tests
/
runner.ts
12 lines
(8 loc)
•
177 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
"chai/chai.js"
;
import
"mocha/mocha.js"
;
import
"mocha/mocha.css"
;
import
domTests
from
"./dom.test"
; mocha.
setup
(
"bdd"
);
domTests
(); mocha.
checkLeaks
(); mocha.
run
();