jamischarles / 5to6

A collection of codemods that allow you to transform your js code from ES5 to ES6.
https://medium.com/@cpojer/effective-javascript-codemods-5a6686bb46fb
2 stars 3 forks source link

improve test framework #4

Open xjamundx opened 8 years ago

xjamundx commented 8 years ago

instead of each test needing to manually reach into the .after and .before files, we can automate the process a ton, so it's basically just declarative (similar to ESLint). I can submit a PR on this...