Karma now works from Gulp.

This commit is contained in:
Gunther Brunner
2014-08-20 20:58:49 +09:00
parent 14ddd14b47
commit f2c00ce016
3 changed files with 15 additions and 16 deletions

View File

@@ -1,21 +1,16 @@
// Karma configuration
module.exports = function (config) {
config.set({
// base path, that will be used to resolve files and exclude
//basePath: '',
frameworks: ['jasmine'],
files: [
//'test/*Test.*'
'../app/*-test.js'
// '../app/**/*.js'
],
exclude: [
],
preprocessors: {
// '../app/**/*.js': ['webpack']
'../app/*-test.js': ['webpack']
},