Skip to content
Snippets Groups Projects
Commit bde5c02e authored by kartik-karz's avatar kartik-karz
Browse files

added modification for test cases

parent d26bf0fd
Branches
No related merge requests found
......@@ -7,6 +7,7 @@ Build-Depends:
debhelper (>= 9)
, dh-buildinfo
, nodejs
, mocha
Standards-Version: 4.0.0
Homepage: https://github.com/jshttp/statuses
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-statuses.git
......
......@@ -10,6 +10,9 @@
#override_dh_auto_build:
#override_dh_auto_test:
override_dh_auto_test:
mocha --reporter spec --check-leaks --bail test/
override_dh_installchangelogs:
dh_installchangelogs -k HISTORY.md
......
Tests: require
Depends: node-statuses
Test-Command: mocha --reporter spec --check-leaks --bail test/
Depends: @, mocha
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment