Skip to content

Commit

Permalink
Build: Convert test suite to mocha/expect
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo Pierre-louis authored and phated committed Jun 17, 2017
1 parent ca3817d commit 143486e
Show file tree
Hide file tree
Showing 5 changed files with 579 additions and 550 deletions.
12 changes: 5 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"description": "Add sourcemaps to vinyl files, extracted from gulp-sourcemaps by Florian Reiterer (https://github.com/floridoo/gulp-sourcemaps)",
"main": "index.js",
"scripts": {
"test": "faucet test/*.js",
"tap": "tape test/*.js"
"test": "mocha --async-only"
},
"keywords": [
"vinyl",
Expand All @@ -16,12 +15,11 @@
"license": "MIT",
"repository": "github:gulpjs/vinyl-sourcemap",
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"faucet": "0.0.1",
"eslint": "^3.4.0",
"eslint-config-gulp": "github:robinvenneman/eslint-config-gulp",
"expect": "^1.20.2",
"mocha": "^3.2.0",
"strip-bom": "^2.0.0",
"tap": "^7.0.0",
"tape": "^4.6.0",
"vinyl-fs": "^2.4.3"
},
"dependencies": {
Expand Down
3 changes: 3 additions & 0 deletions test/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "gulp/test"
}
Loading

0 comments on commit 143486e

Please sign in to comment.