update testscript
This commit is contained in:
parent
5fe7d563d0
commit
ba29214eea
@ -10,7 +10,7 @@ var plugins = {
|
|||||||
describe("gulpBrowser", function () {
|
describe("gulpBrowser", function () {
|
||||||
describe(".browserify", function () {
|
describe(".browserify", function () {
|
||||||
it("should run through smoothly", function (done) {
|
it("should run through smoothly", function (done) {
|
||||||
this.timeout(20000);
|
this.timeout(30000);
|
||||||
plugins.gulp.task('gulpBrowserNormal', function (cb) {
|
plugins.gulp.task('gulpBrowserNormal', function (cb) {
|
||||||
var stream = plugins.gulp.src('./test/browserifyGulpTest.js')
|
var stream = plugins.gulp.src('./test/browserifyGulpTest.js')
|
||||||
.pipe(plugins.gulpBrowser.browserify())
|
.pipe(plugins.gulpBrowser.browserify())
|
||||||
|
@ -9,7 +9,7 @@ var plugins = {
|
|||||||
describe("gulpBrowser",function(){
|
describe("gulpBrowser",function(){
|
||||||
describe(".browserify",function(){
|
describe(".browserify",function(){
|
||||||
it("should run through smoothly",function(done){
|
it("should run through smoothly",function(done){
|
||||||
this.timeout(20000);
|
this.timeout(30000);
|
||||||
plugins.gulp.task('gulpBrowserNormal',function(cb) {
|
plugins.gulp.task('gulpBrowserNormal',function(cb) {
|
||||||
var stream = plugins.gulp.src('./test/browserifyGulpTest.js')
|
var stream = plugins.gulp.src('./test/browserifyGulpTest.js')
|
||||||
.pipe(plugins.gulpBrowser.browserify())
|
.pipe(plugins.gulpBrowser.browserify())
|
||||||
|
Loading…
Reference in New Issue
Block a user