You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
feat: Add out-of-the-tbox typescript support (#38)
* Add doc.
* Migrated typescript code from cypress
Move through2 to dependencies.
Fix
* Add typescript.
* Add e2e tests for typescript.
* Test .tsx file.
* Reason why simple_tsify is necessary.
* Test typescript options + remove babelify even if it's not the last item
* Test tsx file with enzyme.
* Fix test failure.
* remove enzyme
* use arrow function syntax
* move files into lib directory
* remove duplicate file
* remove need to extra test files
* update error message
* move e2e tests to unit tests
* properly nest e2e tests
* make it clear where error is coming from
Co-authored-by: Chris Breiding <[email protected]>