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
/
ayeSpec.js
5 lines
(3 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
5
var
specs = specs ||
require
(
'./specs.js'
), ayepromise = ayepromise ||
require
(
'../ayepromise.js'
);
specs
(ayepromise,
"ayepromise"
);