|
|
2 年之前 | |
|---|---|---|
| .. | ||
| .idea | 2 年之前 | |
| .npmignore | 2 年之前 | |
| .travis.yml | 2 年之前 | |
| LICENSE | 2 年之前 | |
| Makefile | 2 年之前 | |
| README.md | 2 年之前 | |
| index.js | 2 年之前 | |
| package.json | 2 年之前 | |
| test.js | 2 年之前 | |
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