build: build modules and examples for karma

This commit is contained in:
Jason Aden
2017-03-08 15:53:45 -08:00
parent 2b44854885
commit bebedfed24
6 changed files with 13 additions and 8 deletions

View File

@ -6,13 +6,13 @@
* found in the LICENSE file at https://angular.io/license
*/
var browserProvidersConf = require('../../../browser-providers.conf.js');
var browserProvidersConf = require('../../browser-providers.conf.js');
// Karma configuration
module.exports = function(config) {
config.set({
basePath: '../../../',
basePath: '../../',
frameworks: ['jasmine'],