UNPKG
html5-to-pdf
Version:
latest (4.0.1)
4.0.1
3.2.0
3.1.3
3.1.2
3.1.1
3.1.0
3.0.1
2.2.9
2.2.8
2.2.7
2.2.5
2.2.4
2.2.2
2.2.1
2.1.1
2.1.0
2.0.2
2.0.1
2.0.0
1.1.3
1.1.2
1.0.1
1.0.0
0.3.1
0.3.0
0.2.3
0.2.2
0.2.1
0.2.0
0.2.0-a
0.1.14
0.1.13
0.1.12
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
HTML5 to PDF converter
github.com/peterdemartini/html5-to-pdf
peterdemartini/html5-to-pdf
html5-to-pdf
/
test
/
test_helper.coffee
10 lines
(6 loc)
•
160 B
text/coffeescript
View Raw
1
2
3
4
5
6
7
8
9
10
chai =
require
'chai'
sinon =
require
'sinon'
sinonChai =
require
'sinon-chai'
chai.
use
sinonChai
global
.expect = chai.expect
global
.sinon = sinon