I am new to javascript, trying to write a spec having an ES6 like import statement and then execute it thru Karma with pre-processors as traceur and browserify (to bundle and provide 'require' method). It continues to give me an error of invalid syntax and on looking at the specs file rendered in browser it looks that traceur never really processed the file.
This is the link to project on github -> https://github.com/gt-tech/es6-traceur-browserify-karma
I have also described the issue here as I am using that generator -> https://github.com/Swiip/generator-gulp-angular/issues/380