UNPKG
ayepromise
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.1.1
0.1.0
A teeny-tiny promise library
github.com/cburgmer/ayepromise
cburgmer/ayepromise
ayepromise
/
test
/
qIntegrationSpec.js
5 lines
(3 loc)
•
87 B
JavaScript
View Raw
1
2
3
4
5
var
specs = specs ||
require
(
'./specs.js'
), Q = Q ||
require
(
'q'
);
specs
(Q,
"q"
);