Skip to content

Commit 143486e

Browse files
Ricardo Pierre-louisphated
authored andcommitted
Build: Convert test suite to mocha/expect
1 parent ca3817d commit 143486e

File tree

5 files changed

+579
-550
lines changed

5 files changed

+579
-550
lines changed

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Add sourcemaps to vinyl files, extracted from gulp-sourcemaps by Florian Reiterer (https://github.com/floridoo/gulp-sourcemaps)",
55
"main": "index.js",
66
"scripts": {
7-
"test": "faucet test/*.js",
8-
"tap": "tape test/*.js"
7+
"test": "mocha --async-only"
98
},
109
"keywords": [
1110
"vinyl",
@@ -16,12 +15,11 @@
1615
"license": "MIT",
1716
"repository": "github:gulpjs/vinyl-sourcemap",
1817
"devDependencies": {
19-
"eslint": "^1.7.3",
20-
"eslint-config-gulp": "^2.0.0",
21-
"faucet": "0.0.1",
18+
"eslint": "^3.4.0",
19+
"eslint-config-gulp": "github:robinvenneman/eslint-config-gulp",
20+
"expect": "^1.20.2",
21+
"mocha": "^3.2.0",
2222
"strip-bom": "^2.0.0",
23-
"tap": "^7.0.0",
24-
"tape": "^4.6.0",
2523
"vinyl-fs": "^2.4.3"
2624
},
2725
"dependencies": {

test/.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"extends": "gulp/test"
3+
}

0 commit comments

Comments
 (0)