File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,7 @@ export default defineConfig(({ mode }) => {
9999
100100 resolve : {
101101 alias : {
102+ '@getodk/common/test-utils' : resolvePath ( __dirname , '../common/test-utils' ) ,
102103 '@getodk/common/types' : resolvePath ( __dirname , '../common/types' ) ,
103104 '@getodk/common' : resolvePath ( __dirname , '../common/src' ) ,
104105 } ,
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ export default defineConfig(({ mode }) => {
122122 ] . filter ( ( plugin ) => plugin != null ) ,
123123 resolve : {
124124 alias : {
125+ '@getodk/common/test-utils' : resolvePath ( __dirname , '../common/test-utils' ) ,
125126 '@getodk/common/types' : resolvePath ( __dirname , '../common/types' ) ,
126127 '@getodk/common' : resolvePath ( __dirname , '../common/src' ) ,
127128 } ,
You can’t perform that action at this time.
0 commit comments