Skip to content

Commit d82809a

Browse files
committed
build(gulp): move tests from gulp; npm test should be enough
1 parent bf9b995 commit d82809a

File tree

3 files changed

+30
-481
lines changed

3 files changed

+30
-481
lines changed

gulpfile.babel.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import babel from 'gulp-babel';
22
import del from 'del';
33
import eslint from 'gulp-eslint';
44
import gulp from 'gulp';
5-
import istanbul from 'gulp-babel-istanbul';
6-
import mocha from 'gulp-mocha';
75

86
const runEslint = () =>
97
gulp

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@
5656
"estraverse-fb": "^1.3.1",
5757
"gulp": "^3.9.1",
5858
"gulp-babel": "^7.0.0",
59-
"gulp-babel-istanbul": "^1.6.0",
6059
"gulp-eslint": "^4.0.0",
61-
"gulp-mocha": "^4.3.1",
6260
"mocha": "^3.4.2",
6361
"pg-native": "^2.0.1"
6462
}

0 commit comments

Comments
 (0)