rocjs / roc-template-web-app-react

A basic template for a React application
MIT License
6 stars 4 forks source link

Rename 'app' to 'src' to avoid confusion and simplify testing #9

Closed tofagerl closed 8 years ago

tofagerl commented 8 years ago

This makes any tests immediately runnable when put in the tests folder, avoiding the need to specify ‘—test-src-path’

tofagerl commented 8 years ago

Closing. Reopening when it actually works. New PR at https://github.com/rocjs/roc-template-web-app-react/pull/10.