# karma-systemjs-experiment **Repository Path**: mirrors_guybedford/karma-systemjs-experiment ## Basic Information - **Project Name**: karma-systemjs-experiment - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Karma SystemJS Experiment === Created to explore: * Coverage support with automatic source maps support for SystemJS plugins and transpilations * Precompiling SystemJS transpilations so they are server-cached for quick test updates ### Running the Example Ensure `jspm@beta` is installed globally. Then: ``` npm install cd test npm install jspm install karma start open coverage/Chrome.../index.html ``` Note that this must be run against SystemJS Builder master pending the next release.