1

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

Igal
  • 4,603
  • 14
  • 41
  • 66
  • Did you use yadda with jasmine? I am curious about what part of jasmine was used. In the example I see a completely different assertion lib was used: assert.equal instead of expect(...).toEqual(). – inf3rno Feb 16 '16 at 18:03

1 Answers1

3
git clone http://github.com/acuminous/yadda
cd yadda
npm install
cd examples/jasmine
npm install
npm test

Answered in yadda issue 39

cressie176
  • 959
  • 7
  • 8