update odlux and featureaggregator

v2 update odlux and featureaggregator bundles

Issue-ID: SDNC-1008
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
Change-Id: I0018d7bfa3a0e6896c1b210b539a574af9808e22
Signed-off-by: herbert <herbert.eiselt@highstreet-technologies.com>
diff --git a/sdnr/wt/odlux/jest.json b/sdnr/wt/odlux/jest.json
new file mode 100644
index 0000000..5d6e748
--- /dev/null
+++ b/sdnr/wt/odlux/jest.json
@@ -0,0 +1,18 @@
+{
+  "moduleFileExtensions": [
+    "ts",
+    "tsx",
+    "js",
+    "jsx"
+  ],
+  "moduleNameMapper": {
+    "^@odlux/framework$": "<rootDir>/framework/src",
+    "^@odlux/(.*)$": "<rootDir>/apps/$1/src"
+  },
+  "transform": {
+    "^.+\\.(ts|tsx)$": "ts-jest"
+  },
+  "testMatch": [
+    "**/*-test.(ts|tsx)"
+  ]
+}
\ No newline at end of file