Skip to content

Commit

Permalink
Use tape for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
DamonOehlman committed Apr 2, 2015
1 parent 5a3f462 commit 4f4b043
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Node.js GUI Automation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "node test/all.js",
"install": "node-gyp rebuild"
},
"repository": {
Expand All @@ -29,5 +29,8 @@
"homepage": "https://github.com/octalmage/robotjs",
"dependencies": {
"nan": "^1.3.0"
},
"devDependencies": {
"tape": "^3.5.0"
}
}

0 comments on commit 4f4b043

Please sign in to comment.