codemix / babel-plugin-typecheck

Static and runtime type checking for JavaScript in the form of a Babel plugin.
MIT License
886 stars 44 forks source link

Tests for async functions #56

Closed phpnode closed 8 years ago

phpnode commented 8 years ago

We didn't have any tests for async functions and methods before this. Also added a note in the README for #47 and #52