systemjs / plugin-babel

SystemJS Babel Plugin
MIT License
83 stars 33 forks source link

feat(test): add raw browser testing #49

Open douglasduteil opened 8 years ago

douglasduteil commented 8 years ago

Following #46

I made a horrible hack that reinstall jspm@beta again... but it works :) I'm a really open to any alternatives :pray:

Cheers :beer: @guybedford

douglasduteil commented 8 years ago

It's a really naive approach :blush: I will obviously better to

guybedford commented 8 years ago

To avoid installing jspm 3 times, we could just have it installed at the base-level node_modules for running both the build and tests.