UNPKG
keys
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.1
Unified api for node key/value stores
keys
/
support
/
expresso
/
test
/
async.test.js
6 lines
(5 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
setTimeout
(
function
(
){
exports
[
'test async exports'
] =
function
(
assert
){ assert.
ok
(
'wahoo'
); }; },
100
);