UNPKG

pomy

Version:

Based on the concept of a project object model (POM), POMY can manage a project's build, reporting and documentation from a central piece of information.

12 lines (10 loc) 357 B
'use strict'; var gulp = require('gulp'); gulp.task('test', ['process-test-classes'], function(cb) { //TODO 自动化单元测试 console.log("###################################################"); console.log("############### gulp test finished. ###############"); console.log("###################################################"); cb(); });