remove deprecated AngularJS integration service

This commit is contained in:
Sefa Ilkimen
2018-05-27 20:33:02 +02:00
parent 96f45d7274
commit 27e959800a
6 changed files with 7 additions and 120 deletions
-1
View File
@@ -28,7 +28,6 @@ describe('Advanced HTTP www interface', function() {
mock(`${PLUGIN_ID}.cookie-handler`, {});
mock(`${HELPERS_ID}.cookie-handler`, {});
mock(`${HELPERS_ID}.messages`, require('../www/messages'));
mock(`${PLUGIN_ID}.angular-integration`, { registerService: noop });
loadHttp();
});