summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/jest.json
diff options
context:
space:
mode:
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-03-12 18:00:21 +0100
committerHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>2019-03-12 18:01:06 +0100
commit2d4424c28ac35763ef44c42ae2f01664d42b268c (patch)
tree4e6ebdc2e57c1c8f2c91d3ec094b340c89dfe5c5 /sdnr/wt/odlux/jest.json
parentcaf781999351fc6a3e2acb5b2fe47fe04a291d2d (diff)
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>
Diffstat (limited to 'sdnr/wt/odlux/jest.json')
-rw-r--r--sdnr/wt/odlux/jest.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/sdnr/wt/odlux/jest.json b/sdnr/wt/odlux/jest.json
new file mode 100644
index 000000000..5d6e74825
--- /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