Skip to content

Commit

Permalink
build(gulp): move tests from gulp; npm test should be enough
Browse files Browse the repository at this point in the history
  • Loading branch information
langpavel committed Jan 20, 2019
1 parent bf9b995 commit d82809a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 481 deletions.
2 changes: 0 additions & 2 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import babel from 'gulp-babel';
import del from 'del';
import eslint from 'gulp-eslint';
import gulp from 'gulp';
import istanbul from 'gulp-babel-istanbul';
import mocha from 'gulp-mocha';

const runEslint = () =>
gulp
Expand Down
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@
"estraverse-fb": "^1.3.1",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-babel-istanbul": "^1.6.0",
"gulp-eslint": "^4.0.0",
"gulp-mocha": "^4.3.1",
"mocha": "^3.4.2",
"pg-native": "^2.0.1"
}
Expand Down
Loading

0 comments on commit d82809a

Please sign in to comment.