summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/jest.json
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2019-03-25 14:27:10 +0000
committerGerrit Code Review <gerrit@onap.org>2019-03-25 14:27:10 +0000
commit1f68c64e8bcf88ee485c69d36c67b0ad6590a293 (patch)
tree34ab01010c3a8b3bb4086d4b683a6fd8040f2992 /sdnr/wt/odlux/jest.json
parent528f6391de8495f3346b5e22ede404c00b9955b7 (diff)
parent2d4424c28ac35763ef44c42ae2f01664d42b268c (diff)
Merge "Security provider for UX-Client-Login"
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