GUI -- Created onosWidget module and TableService with respective Karma Test file.

Change-Id: I0b164877bcd70503d126ccfe19e03a96d6b84b56
diff --git a/web/gui/src/main/webapp/tests/karma.conf.js b/web/gui/src/main/webapp/tests/karma.conf.js
index 9c9af41..eb7dba4 100644
--- a/web/gui/src/main/webapp/tests/karma.conf.js
+++ b/web/gui/src/main/webapp/tests/karma.conf.js
@@ -29,6 +29,7 @@
         '../app/fw/util/util.js',
         '../app/fw/svg/svg.js',
         '../app/fw/remote/remote.js',
+        '../app/fw/widget/widget.js',
         // now load services etc. that augment the modules
         '../app/**/*.js',