返回 DeepSeek-Reasonix
asset-stub-for-tests.ts
根目录 / desktop / frontend / src / __tests__ / asset-stub-for-tests.ts
1 // Stand-in for bundler-handled asset imports (.svg) in tsx-run tests; see the
2 // resolve hook in history-recovery-copies.test.tsx.
3 export default "";
4
4 lines TYPESCRIPT