File: fix-node-command.patch

package info (click to toggle)
node-assertion-error 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 128 kB
  • ctags: 12
  • sloc: makefile: 22; sh: 2
file content (11 lines) | stat: -rw-r--r-- 220 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
 
 test-node: 
 	@printf "\n  ==> [Node.js]\n"
-	@NODE_ENV=test node ./test/index.js
+	@NODE_ENV=test nodejs ./test/index.js
 
 test-browser:
 	@printf "\n  ==> [Browser]\n"