• Nick Stenning's avatar
    Simplify karma.config.js by setting basePath · 262d9e2a
    Nick Stenning authored
    Set the base path for the karma test runner to h/static/scripts.
    
    The only slight subtlety here is that client templates are now keyed by
    their basename: loading them from above the base path results in the
    paths being absolute when they get to ng-html2js-preprocessor, so
    stripPrefix doesn't work.
    262d9e2a
karma.config.js 2.78 KB