We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1be8f81 commit 3a7d190Copy full SHA for 3a7d190
packages/stack-forge/src/__tests__/config.test.ts
@@ -75,6 +75,9 @@ describe('loadStashConfig', () => {
75
const { loadStashConfig } = await import('@/config/index.ts')
76
77
const config = await loadStashConfig()
78
- expect(config).toEqual(validConfig)
+ expect(config).toEqual({
79
+ ...validConfig,
80
+ client: './src/encryption/index.ts',
81
+ })
82
})
83
0 commit comments