GUI -- Starting to migrate the 'force layout' functionality from the old GUI.

Change-Id: I38c5e5cd45a3bdc9cf6f0ec68736f3b5fbcb289f
diff --git a/web/gui/src/main/webapp/tests/karma.conf.js b/web/gui/src/main/webapp/tests/karma.conf.js
index 3f08b15..784868e 100644
--- a/web/gui/src/main/webapp/tests/karma.conf.js
+++ b/web/gui/src/main/webapp/tests/karma.conf.js
@@ -25,12 +25,15 @@
         // production code...
         // make sure modules are defined first...
         '../app/onos.js',
-        '../app/directives.js',
+
         '../app/fw/util/util.js',
         '../app/fw/svg/svg.js',
         '../app/fw/remote/remote.js',
         '../app/fw/widget/widget.js',
         '../app/fw/layer/layer.js',
+
+        '../app/view/topo/topo.js',
+
         // now load services etc. that augment the modules
         '../app/**/*.js',