This is a demo app to show a problem with running e2e tests in karma with an angular app using socket.io.
When running the angular scenario tests via the runner.html in the browser, the tests work. When running the angular scenario tests via grunt and karma, the tests don't work.
git clone [email protected]:4kochi/angular_websocket_karma.git
cd angular_websocket_karma
npm install
node app.js
grunt