GitXplorerGitXplorer
g

karma-systemjs-experiment

public
3 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
ed0f49c9c7f95397108e7b77460250a41b2639a6

Merge pull request #3 from rolaveric/issue1

gguybedford committed 9 years ago
Unverified
16e0a8f95336c7e24136a00568e755008100b346

Fixed reporter under Windows

rrolaveric committed 9 years ago
Unverified
ed334dbc671a2a030ef72161615142c361d915a7

baseURL, globbing idea

gguybedford committed 9 years ago
Unverified
e2d7c2e13b2275ae536a8b3ba92e05ecdea45570

remove karma coverage dependency

gguybedford committed 9 years ago
Unverified
95572f159c8c9a7cd9094e3c328142d8a44cac62

baseURL support

gguybedford committed 9 years ago
Unverified
c7b69ca518f8e16d346b6334ac4b33ff8a76a28a

coverage fix, baseURL fix

gguybedford committed 9 years ago

README

The README file for this repository.

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.