tanyanfei 2effbd93de init il y a 4 ans
..
.idea 2effbd93de init il y a 4 ans
node_modules 2effbd93de init il y a 4 ans
.npmignore 2effbd93de init il y a 4 ans
.travis.yml 2effbd93de init il y a 4 ans
LICENSE 2effbd93de init il y a 4 ans
Makefile 2effbd93de init il y a 4 ans
README.md 2effbd93de init il y a 4 ans
index.js 2effbd93de init il y a 4 ans
package.json 2effbd93de init il y a 4 ans
test.js 2effbd93de init il y a 4 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