computmaxer / karma-jspm

Other
74 stars 52 forks source link

CP-1789 Enable karma file descriptions for loadFiles array #149

Closed svi3c closed 8 years ago

svi3c commented 8 years ago

This change enables the full file description capabilities of karma to the loadFiles array instead of only passing through the nocache flag.

For example you can now disable watching for changes on the files you want to load. I use this feature to only watch bundles for changes, which integrates gracefully with jspm's development bundling feature (you can reuse your bundle you built for the dev server to execute your tests by providing your spec modules within the bundle).

evanweible-wf commented 8 years ago

@maxwellpeterson-wf @trentgrover-wf @dustinlessard-wf @jayudey-wf

evanweible-wf commented 8 years ago

@svi3c could you add a brief description of the changes to this PR?

rmconsole-wf commented 8 years ago

@svi3c This pull request has merge conflicts, please resolve.

maxwellpeterson-wf commented 8 years ago

+1 @trentgrover-wf @evanweible-wf FYI @jayudey-wf

evanweible-wf commented 8 years ago

+1

jayudey-wf commented 8 years ago

QA Resource Approval: +10

Merging into master.