You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: