Skip to content

Commit

Permalink
update hanzo, build tim's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
David Tai committed Sep 27, 2019
1 parent 0d66117 commit 7d5ef8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Sakefile
Expand Up @@ -52,7 +52,7 @@ task 'test', 'Run tests', ['build', 'server'], (opts) ->
bail = opts.bail ? true
coverage = opts.coverage ? false
grep = opts.grep ? ''
test = opts.test ? 'test/ test/server/ test/browser/'
test = opts.test ? '"test/**/*.coffee"'
verbose = opts.verbose ? ''
endpoint = opts.endpoint ? ''

Expand All @@ -70,7 +70,7 @@ task 'test', 'Run tests', ['build', 'server'], (opts) ->
--colors
--reporter spec
--timeout 10000000
--compilers coffee:coffee-script/register
--require coffeescript/register
--require co-mocha
--require postmortem/register
#{bail}
Expand Down
2 changes: 1 addition & 1 deletion hanzo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7d5ef8e

Please sign in to comment.