Is there any one who has an experience with these two frameworks ?
I saw in yadda's home page a jasmine section, but I've no clue how to run it.
Thanks
Is there any one who has an experience with these two frameworks ?
I saw in yadda's home page a jasmine section, but I've no clue how to run it.
Thanks
git clone http://github.com/acuminous/yadda
cd yadda
npm install
cd examples/jasmine
npm install
npm test
Answered in yadda issue 39