diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-12-19 17:13:25 +0530 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2023-12-19 17:13:25 +0530 |
commit | c5b8756512cb6dfbb0093514af7924cb3e78699b (patch) | |
tree | 7202621ea816d666bbce482b420ef574280a1c0a /sdnr/wt/odlux/jest.json | |
parent | dfd91573b7567e1dab482f17111ab8f809553d99 (diff) |
Delete wt/odlux directory
New directory for odlux is sdnr/wt-odlux
Issue-ID: CCSDK-3971
Change-Id: Ia0f8ba38d913a3d3bcde999b871794c65d5e575e
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/odlux/jest.json')
-rw-r--r-- | sdnr/wt/odlux/jest.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sdnr/wt/odlux/jest.json b/sdnr/wt/odlux/jest.json deleted file mode 100644 index 5d6e74825..000000000 --- a/sdnr/wt/odlux/jest.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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 |