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

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