Skip to content

Commit 5456d79

Browse files
committed
Removing Makefile, just using package.json for tests
1 parent 4144cad commit 5456d79

3 files changed

Lines changed: 4 additions & 14 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44

55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## Unreleased
8+
9+
* Removing `Makefile` and just using `package.json` for running tests.
710

811
## [0.0.4] - 2015-12-30
912

Makefile

Lines changed: 0 additions & 13 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Control LIRC from Node",
55
"main": "lib/lirc_node.js",
66
"scripts": {
7-
"test": "make test"
7+
"test": "NODE_ENV=test mocha --require should --require test/common.js --reporter dot --timeout 5000 test/*.js"
88
},
99
"repository": {
1010
"type": "git",

0 commit comments

Comments
 (0)