@nikhil_mathur
Hard core JavaScript Dev
Nothing here yet.
Nothing here yet.
No blogs yet.
Could you give a little more context on how these JSON files are structured, if you just want to render them simply, and do basic manipulations; I would suggest you to use just React and write them back to these JSON files using simple file IO.
The official documentation of Jasmine provides a great introduction. Apart from that I found the following links helpful : Unit Testing With Karma and Jasmine Unit and End to End testing in AngularJS - Talks about using Karma and Jasmine to test an Angular app. Karma Intro