mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-01 20:22:29 +00:00
refactor(cloudfunc) test: mv lib/cloudfunc
This commit is contained in:
parent
297d6046e2
commit
6571fc3e4a
3 changed files with 3 additions and 115 deletions
|
|
@ -7,8 +7,8 @@
|
|||
concat = require('gulp-concat'),
|
||||
stylestats = require('gulp-stylestats'),
|
||||
mocha = require('gulp-mocha'),
|
||||
|
||||
test = require('./test/test.js'),
|
||||
|
||||
cloudfunc = require('./test/lib/cloudfunc.js'),
|
||||
Util = require('./lib/util'),
|
||||
fs = require('fs'),
|
||||
exec = require('child_process').exec,
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
});
|
||||
|
||||
gulp.task('test', function() {
|
||||
test.check();
|
||||
cloudfunc.check();
|
||||
|
||||
gulp.src('test/lib/util.js')
|
||||
.pipe(mocha({reporter: 'progress'}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue