aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e
diff options
context:
space:
mode:
Diffstat (limited to 'client/e2e')
-rw-r--r--client/e2e/wdio.main.conf.ts8
1 files changed, 0 insertions, 8 deletions
diff --git a/client/e2e/wdio.main.conf.ts b/client/e2e/wdio.main.conf.ts
index 5ae7fa18b..8e6ef51cf 100644
--- a/client/e2e/wdio.main.conf.ts
+++ b/client/e2e/wdio.main.conf.ts
@@ -107,14 +107,6 @@ export const config = {
107 107
108 tsNodeOpts: { 108 tsNodeOpts: {
109 project: require('path').join(__dirname, './tsconfig.json') 109 project: require('path').join(__dirname, './tsconfig.json')
110 },
111
112 tsConfigPathsOpts: {
113 baseUrl: './',
114 paths: {
115 '@server/*': [ '../../server/*' ],
116 '@shared/*': [ '../../shared/*' ]
117 }
118 } 110 }
119 }, 111 },
120 112