Skip to content

Commit

Permalink
fix: nodejs test
Browse files Browse the repository at this point in the history
  • Loading branch information
FGRibreau committed Mar 30, 2018
1 parent 781a554 commit 49990d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "npm run build && npm-run-all --max-parallel 2 --parallel test:*",
"test:clojure": "docker run -i -v $(pwd):/app -w /app clojure:lein-2.8.1 lein exec test/platform.clojure.test.clj",
"test:elixir": "docker run -i -v $(pwd):/app -w /app elixir:1.6-slim elixir test/platform.elixir.test.exs",
"test:node": "mocha -r should -R spec -u tdd",
"test:node": "mocha --timeout 10000 -r should -R spec -u tdd",
"test:php": "docker run -i -v $(pwd):/app -w /app phpunit/phpunit:5.0.3 phpunit test/platform.php.test.php",
"test:python": "docker run -i -v $(pwd):/app -w /app python:2.7-alpine3.7 python test/*.test.py",
"test:ruby": "docker run -i -v $(pwd):/app -w /app centurylink/ruby-base:2.2 ruby test/platform.ruby.test.rb",
Expand Down

0 comments on commit 49990d4

Please sign in to comment.