Skip to content

Commit 3a7d190

Browse files
committed
fix: forge config
1 parent 1be8f81 commit 3a7d190

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/stack-forge/src/__tests__/config.test.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ describe('loadStashConfig', () => {
7575
const { loadStashConfig } = await import('@/config/index.ts')
7676

7777
const config = await loadStashConfig()
78-
expect(config).toEqual(validConfig)
78+
expect(config).toEqual({
79+
...validConfig,
80+
client: './src/encryption/index.ts',
81+
})
7982
})
8083
})

0 commit comments

Comments
 (0)