{"library":"karma-typescript","type":"library","category":null,"description":"karma-typescript is a Karma plugin designed to simplify running unit tests for TypeScript projects. It seamlessly integrates TypeScript compilation, type checking, and test execution within the Karma test runner without requiring separate build steps. It also provides remapped test coverage reports via Istanbul, ensuring accurate coverage data even after transpilation. The current stable version is 5.5.4, with recent releases focusing on bug fixes and compatibility updates for newer versions of Karma and TypeScript. Its key differentiators include built-in type checking, automatic source map generation for debugging, and robust remapped coverage reporting, making it a comprehensive solution for testing TypeScript code.","language":"javascript","status":"active","version":"5.5.4","tags":["javascript","angularjs","angular2","browserify","commonjs","coverage","css modules","docker","istanbul","typescript"],"last_verified":"Wed May 27","install":[{"cmd":"npm install karma-typescript","imports":["config.set({\n  frameworks: [\"jasmine\", \"karma-typescript\"],\n  // ...\n});","config.set({\n  preprocessors: {\n    \"**/*.ts\": \"karma-typescript\" // or '*.tsx' for React\n  },\n  // ...\n});","config.set({\n  reporters: [\"progress\", \"karma-typescript\"],\n  // ...\n});"]},{"cmd":"yarn add karma-typescript","imports":[]},{"cmd":"pnpm add karma-typescript","imports":[]}],"homepage":null,"github":"https://github.com/monounity/karma-typescript","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/karma-typescript","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/karma-typescript/compatibility"}}