aboutsummaryrefslogtreecommitdiffstats
path: root/sdnr/wt/odlux/jest.json
diff options
context:
space:
mode:
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