|
|
il y a 4 ans | |
|---|---|---|
| .. | ||
| .idea | il y a 4 ans | |
| node_modules | il y a 4 ans | |
| .npmignore | il y a 4 ans | |
| .travis.yml | il y a 4 ans | |
| LICENSE | il y a 4 ans | |
| Makefile | il y a 4 ans | |
| README.md | il y a 4 ans | |
| index.js | il y a 4 ans | |
| package.json | il y a 4 ans | |
| test.js | il y a 4 ans | |
sleep(time)
time - millisecond number, or '1s' which https://www.npmjs.com/package/ms support
it('should sleep', function * () {
var start = new Date();
yield sleep(30);
(new Date - start).should.aboveOrEqual(30)
})
MIT