Closed maxwellpeterson-wf closed 10 years ago
Looks great to me.
+1
+10
config.js
jspm.useBundles: true
in karma.conf.js
, the bundle was once again requested by karma-jspm@charliekump-wf ready for merge
QA Resource Approval: +1
Merging into master.
Problem
If bundles are defined in config.js, systemjs will load the bundle instead of source files contained in the bundle. The default behavior should be to test source files individually, while allowing users to opt-in to testing using the bundle.
Solution
Add
useBundles
option. If not specified, karma-jspm will override the bundles config with an empty array.Testing
useBundles
option is not specified in Karma config@trentgrover-wf @evanweible-wf @guybedford-wf