envone / ember-runner

EmberJS preview and build tool for Node.JS
MIT License
50 stars 6 forks source link

add possibility to test app #10

Open pangratz opened 12 years ago

pangratz commented 12 years ago

Add a test command which executes all tests via quint.

envone commented 12 years ago

Hi pangratz, I think that this can be done easily, and is a must! Would love to see it in ember-runner, I currenlty adding command line support, some generators and other handlers, if you like to help please see File, and add isTest function and see too package.js and index.js, I have commited some functions headers four you, see at:

https://github.com/envone/ember-runner/commit/fc12a436d76a52d0276ee3e7b4ab86401127c270

thanks!

pangratz commented 12 years ago

Hey!

I would love to help, the problem is that I am not so experienced in node yet. But I will try my best.

Great framework btw!

Cheers.

envone commented 12 years ago

Don;t worry, will work :D

(btw i just updated with stylus support, and added isTest in file.js)