I just love this code, because I think program code should be readable by humans first and foremost : describe( “Jasmine”, function() { it( “makes testing JavaScript awesome!”, function() { expect( yourCode ).toBeLotsBetter(); } ); } ); In the words of the project: “Jasmine is a behavior-driven development framework for testing your JavaScript code“. Testing your code, in whatever [...]
Archive for the ‘Testing’ Category
Jasmine Revolution For JavaScript
Posted in Software, Software Development, Testing on 21/07/2011 |