mercredi 26 août 2015

DOM Testing Jade

I have a project that uses Node, Express, and Jade, and I want to test it. I have been able to test the server using Mocha, but now I need to test the client side code. I have a number of scripts that reference the DOM that I want to test, and it might also be worthwhile to test things in the DOM, such as click events. I haven't been able to find any documentation on how to client-side test a Node project or Jade files. What resources could I use to test these things?

Aucun commentaire:

Enregistrer un commentaire