This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

feat: add module mapping for @semble/types in Jest config

Co-authored-by: aider (anthropic/claude-sonnet-4-20250514) <aider@aider.chat>

+1
+1
jest.config.js
··· 15 15 moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'], 16 16 // Map 'src/*' paths to '<rootDir>/src/*' 17 17 moduleNameMapper: { 18 + '^@semble/types$': '<rootDir>/src/types/src/index.ts', 18 19 '^src/(.*)$': '<rootDir>/src/$1', 19 20 }, 20 21 // Increase timeout for tests that use containers