mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Feature - Integrate System API to view logs in UI
This commit is contained in:
parent
1690470269
commit
bf6c8743c5
15 changed files with 353 additions and 26 deletions
|
@ -395,8 +395,9 @@ gulp.task('mocha:integration', () => {
|
|||
.pipe(mocha());
|
||||
});
|
||||
|
||||
// Run as gulp env:all env:test mocha:integration:one
|
||||
gulp.task('mocha:integration:one', () => {
|
||||
return gulp.src([`${serverPath}/**/custom_module.integration.js`, 'mocha.global.js'])
|
||||
return gulp.src([`${serverPath}/**/system.integration.js`, 'mocha.global.js'])
|
||||
.pipe(mocha());
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue