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
- fix babel issues reported in tj#12 (and still not fixed in tj#16): when babel has transpiled all assert(...) calls to something else ((0, _.default)(...) for example), we look for that transpiled code instead. (assuming Babel 7)
- augmented the tests to serve as unit tests which can be executed via `npm test`, including a minimal test to see if a babel-transpiled better-assert library will work.
0 commit comments