babel-jspm-karma-jasmine-istanbul
babel-jspm-karma-jasmine-istanbul copied to clipboard
Babel JSPM Karma Jasmine Istanbul Coverage example and tutorial
Hi i Followed tutorial http://www.aptoma.com/es6-code-coverage-babel-jspm-karma-jasmine-istanbul/ Is jspm still compatible. but i am not able to successfully run , as i get following error after doing all the steps mentioned Chrome...
Congratulations. An excellent job :-D In the future I only found a 404 warning: How to reproduce it: git clone https://github.com/gunnarlium/babel-jspm-karma-jasmine-istanbul.git && cd babel-jspm-karma-jasmine-istanbul npm install npm test INFO [karma]:...
This tutorial was great to help me set up `karma-jspm` and `istanbul` with `isparta`. I got it all working just fine, however it looks like the stack traces that get...
Hi! I have tried to adapt your code for my own project (with the latest SystemJS version), but I have a problem getting it to work. No tests are running....
I get `'Unhandled promise rejection', Error{message: 'Module http://localhost:9877/src/hello.es6.js interpreted as global module format, but called System.register.` ``` babelPreprocessor: { options: { "plugins": [ "transform-es2015-modules-systemjs" ], "presets": [ "es2015" ], sourceMap:...
The last pull request will brake the proxies soon as you run `jspm install`. The reason is that jspm will replace ``` "github:*": "src/jspm_packages/github/*", "npm:*": "src/jspm_packages/npm/*" ``` by ``` "github:*":...