mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Karma now works from Gulp.
This commit is contained in:
@@ -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']
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user