update dependencies

This commit is contained in:
2017-09-07 22:33:40 +02:00
parent 1a01198d7f
commit f4455a9b91
3 changed files with 329 additions and 186 deletions

View File

@ -2,11 +2,10 @@ import { expect, tap } from 'tapbundle'
import * as smartgulp from 'smartgulp'
let gulp = require('gulp')
import * as gulpFunction from '../dist/index'
import * as gulpFunction from '../ts/index'
let smartq = require('smartq')
tap.test('should run through smoothly with ' + "'forEach'", async (tools) => {
let done = smartq.defer()
let counter = 0