Security provider for UX-Client-Login
Use ODL provided oauth2/token for UX clients
Change-Id: I9f9ae931fc5e74dc13076bd23551d163c0685606
Issue-ID: SDNC-648
Signed-off-by: Herbert Eiselt <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