tech(systemjs): almost all tests are passing
This commit is contained in:
@@ -21,6 +21,8 @@ module.exports = function(config) {
|
||||
src: [
|
||||
'angular2/bundles/*.js',
|
||||
'angular2/*.d.ts',
|
||||
'angular2/typings/**/*',
|
||||
'angular2/manual_typings/**/*',
|
||||
'systemjs/dist/*.js',
|
||||
'es6-promise/**/*',
|
||||
'es5-shim/*.js',
|
||||
|
||||
@@ -6,14 +6,17 @@ module.exports = function(config) {
|
||||
configFile: 'karma.conf.js',
|
||||
singleRun: false,
|
||||
},
|
||||
|
||||
debug: {
|
||||
configFile: 'karma.conf.js',
|
||||
singleRun: false,
|
||||
browsers: ['Chrome']
|
||||
},
|
||||
|
||||
test: {
|
||||
configFile: 'karma.conf.js',
|
||||
},
|
||||
|
||||
coveralls: {
|
||||
configFile: 'karma.conf.js',
|
||||
reporters: ['dots','coverage','coveralls'],
|
||||
|
||||
@@ -3,7 +3,7 @@ module.exports = function() {
|
||||
|
||||
return {
|
||||
build: {
|
||||
src: ['public/app/**/*.ts', "!public/vendor/**/*", "!**/*_specs.ts", "!**/*.d.ts"],
|
||||
src: ['public/app/**/*.ts', "!public/vendor/**/*", "!**/*.d.ts"],
|
||||
dest: 'public_gen/',
|
||||
options: {
|
||||
module: 'system', //or commonjs
|
||||
|
||||
Reference in New Issue
Block a user