Major updates for testing and grunt, jenkins tests are now powered by the jenkins.sh script in the scripts directory.
This commit is contained in:
8
grunt/config/mocha.js
Normal file
8
grunt/config/mocha.js
Normal file
@ -0,0 +1,8 @@
|
||||
module.exports = {
|
||||
unit: {
|
||||
src: ['test/unit/test_*.js'],
|
||||
reporter: 'XUnit',
|
||||
dest: './test-output-phantom-unit.xml',
|
||||
run: true
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user