UNPKG
hollaback
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Resolves a Promise when host(s)/port(s) are ready
github.com/leebenson/hollaback
leebenson/hollaback
hollaback
/
test
/
setup.js
6 lines
(5 loc)
•
124 B
JavaScript
View Raw
1
2
3
4
5
6
import
chai
from
'chai'
;
import
chaiAsPromised
from
'chai-as-promised'
;
before
(
function
(
) { chai.
use
(chaiAsPromised); });