I'm trying to follow the instructions here and here for setting up Karma & Jasmine for testing with my Angular project, but keep getting the following error:
Uncaught TypeError: Cannot read property 'http://localhost:9876' of undefined at /usr/local/lib/node_modules/karma-jasmine/lib/adapter.js:44
Any idea what this issue is? I'm new to using Karma & Jasmine. Thanks in advance!