setup testling
This commit is contained in:
@ -3,7 +3,7 @@ module.exports = function (grunt) {
|
||||
'build',
|
||||
'browserify:yaml_tests',
|
||||
'run:browser_unit_tests',
|
||||
'run:browser_integration_tests'
|
||||
// 'run:browser_integration_tests'
|
||||
]);
|
||||
|
||||
grunt.registerTask('browser_clients:build', [
|
||||
|
||||
@ -3,13 +3,9 @@ module.exports = {
|
||||
exec: 'node scripts/generate'
|
||||
},
|
||||
browser_unit_tests: {
|
||||
exec: 'node scripts/run_tests --unit --no-server',
|
||||
exec: 'npm run browser_tests',
|
||||
options: {
|
||||
cwd: '.',
|
||||
passArgs: [
|
||||
'port',
|
||||
'host'
|
||||
]
|
||||
cwd: '.'
|
||||
}
|
||||
},
|
||||
browser_integration_tests: {
|
||||
|
||||
Reference in New Issue
Block a user