From 55b5d8f515d66c7aad2977666bb2191748786cf8 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Wed, 29 Jun 2016 18:55:48 -0300 Subject: Add jasmine-ajax to mock ajax calls on tests We had some tests trying to hit the backend. Considering these are unit tests, we decided to mock all ajax calls. This removes the warnings we had when running js tests. --- web-ui/package.json | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/package.json') diff --git a/web-ui/package.json b/web-ui/package.json index e1c478ee..b9c8e02c 100644 --- a/web-ui/package.json +++ b/web-ui/package.json @@ -14,6 +14,7 @@ "karma-chrome-launcher": "0.2.2", "karma-firefox-launcher": "0.1.7", "karma-jasmine": "0.2.2", + "karma-jasmine-ajax": "0.1.13", "karma-junit-reporter": "0.2.2", "karma-phantomjs-launcher": "1.0.0", "karma-requirejs": "1.0.0", -- cgit v1.2.3