UNPKG

@copilotkit/runtime

Version:

<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>

11 lines (10 loc) 271 B
/** @type {import('ts-jest').JestConfigWithTsJest} */ module.exports = { preset: "ts-jest", testEnvironment: "node", setupFilesAfterEnv: ["./tests/setup.jest.ts"], modulePathIgnorePatterns: ["<rootDir>/dist/"], transform: { "^.+\\.ts?$": "ts-jest", }, };