test: resolve shared runner source in vitest
This commit is contained in:
@@ -5,6 +5,10 @@ export default defineConfig({
|
|||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
'bun:sqlite': path.resolve(__dirname, 'test/bun-sqlite-shim.ts'),
|
'bun:sqlite': path.resolve(__dirname, 'test/bun-sqlite-shim.ts'),
|
||||||
|
'ejclaw-runners-shared': path.resolve(
|
||||||
|
__dirname,
|
||||||
|
'runners/shared/src/index.ts',
|
||||||
|
),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
test: {
|
test: {
|
||||||
|
|||||||
Reference in New Issue
Block a user