karma-jspm icon indicating copy to clipboard operation
karma-jspm copied to clipboard

Paths wild card incorrectly being applied.

Open mfrancis107 opened this issue 8 years ago • 1 comments

jspm: {
      paths: {
        "*": "js/*"
      },
      // Edit this to your needs
      loadFiles: ['tests/**/*.js', 'js/**/*.js'],
    },

With the above config it seems to be applying the wild card to all files now. When it loads the tests file it's now grabbing/base/js/tests/SimpleSpec.js but it should be pointing to /base/tests/SimpleSpec.js

mfrancis107 avatar Aug 26 '15 03:08 mfrancis107

This is happening to me as well. @mfrancis107 did you manage to work around it?

carlesandres avatar Oct 05 '15 10:10 carlesandres