good first issue
倉庫指標
- Star
- (742 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
Currently the unit tests are run against the transpiled code in the lib folder. This has a few issues:
- it increases the build / test time
- the test code can only use language features currently supported node
- the import statements in test code reference the transpiled output, which makes it hard to navigate failure stack traces.
- We don't have any flow-typing for the unit test code
Ideally mocha would be run through babel - with source maps.