[Solved] Testing javascipt using jasmine
Hope your questions is not about any problem, Here i’m attaching basic things for you to understand jasmine . I guess you have already did the setup of jasmine to start writing test cases. Here is a sample example. function helloWorld() { return ‘Hello world!’; } describe(‘Hello world’, function () { it(‘says hello’, function () … Read more