We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4144cad commit 5456d79Copy full SHA for 5456d79
3 files changed
CHANGELOG.md
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
4
5
This project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## Unreleased
8
+
9
+* Removing `Makefile` and just using `package.json` for running tests.
10
11
## [0.0.4] - 2015-12-30
12
Makefile
package.json
@@ -4,7 +4,7 @@
"description": "Control LIRC from Node",
"main": "lib/lirc_node.js",
"scripts": {
- "test": "make test"
+ "test": "NODE_ENV=test mocha --require should --require test/common.js --reporter dot --timeout 5000 test/*.js"
},
"repository": {
"type": "git",
0 commit comments