yingzi 560ebdb4b8 修改 il y a 2 ans
..
.idea 560ebdb4b8 修改 il y a 2 ans
.npmignore 560ebdb4b8 修改 il y a 2 ans
.travis.yml 560ebdb4b8 修改 il y a 2 ans
LICENSE a6e36702ec 2023-3-1 il y a 2 ans
Makefile 560ebdb4b8 修改 il y a 2 ans
README.md da3948d03d 修改 il y a 2 ans
index.js 560ebdb4b8 修改 il y a 2 ans
package.json da3948d03d 修改 il y a 2 ans
test.js 560ebdb4b8 修改 il y a 2 ans

README.md

ko-sleep

Build Status

usage

sleep(time)

time - millisecond number, or '1s' which https://www.npmjs.com/package/ms support

example

  it('should sleep', function * () {
    var start = new Date();
    yield sleep(30);
    (new Date - start).should.aboveOrEqual(30)
  })

license

MIT