Skip to content

Documentation and fixes

Joram requested to merge feature/0.0.2 into master

What has been done

  • Tests should use resolve/reject instead of returns/throws because they are actually promises. Caught a mistake where [0] is evaluated before the promises is await(ed).
  • Update documentation

Merge request reports