sdd-layer 0.18.2

Spec-Driven Development CLI and agent harness
1
2
3
4
5
6
7
8
module.exports = {
  preset: 'ts-jest',
  testEnvironment: 'node',
  testMatch: ['**/__tests__/**/*.test.ts'],
  moduleNameMapper: {
    '^better-sqlite3$': '<rootDir>/src/__tests__/__mocks__/better-sqlite3.js',
  },
}