mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-11 09:36:07 +00:00
chore(test): clean up karma config
This commit is contained in:
parent
21d68799ad
commit
17c074464c
@ -12,23 +12,23 @@ module.exports = function(karma) {
|
||||
|
||||
basePath: basePath,
|
||||
|
||||
frameworks: [ 'browserify',
|
||||
'mocha',
|
||||
'chai',
|
||||
'sinon-chai'],
|
||||
|
||||
files: [
|
||||
'test/spec/**/*Spec.js',
|
||||
'test/integration/**/*Spec.js'
|
||||
frameworks: [
|
||||
'browserify',
|
||||
'mocha',
|
||||
'chai',
|
||||
'sinon-chai'
|
||||
],
|
||||
|
||||
reporters: [ 'dots' ],
|
||||
files: [
|
||||
'test/**/*Spec.js'
|
||||
],
|
||||
|
||||
preprocessors: {
|
||||
'test/spec/**/*Spec.js': [ 'browserify' ],
|
||||
'test/integration/**/*Spec.js': [ 'browserify' ]
|
||||
'test/**/*Spec.js': [ 'browserify' ]
|
||||
},
|
||||
|
||||
reporters: [ 'dots' ],
|
||||
|
||||
browsers: [ 'PhantomJS' ],
|
||||
|
||||
browserNoActivityTimeout: 30000,
|
||||
|
Loading…
x
Reference in New Issue
Block a user