Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm test looping infinitely #2

Open
ain opened this issue Nov 7, 2014 · 1 comment · May be fixed by #3
Open

npm test looping infinitely #2

ain opened this issue Nov 7, 2014 · 1 comment · May be fixed by #3

Comments

@ain
Copy link

ain commented Nov 7, 2014

I was checking out the state of the helper, but tackled npm test running into infinite loop:

> handlebars-helper-i18n@0.1.0 test /Users/ain/Documents/projects/handlebars-helper-i18n
> npm test


> handlebars-helper-i18n@0.1.0 test /Users/ain/Documents/projects/handlebars-helper-i18n
> npm test


> handlebars-helper-i18n@0.1.0 test /Users/ain/Documents/projects/handlebars-helper-i18n
> npm test


> handlebars-helper-i18n@0.1.0 test /Users/ain/Documents/projects/handlebars-helper-i18n
> npm test


> handlebars-helper-i18n@0.1.0 test /Users/ain/Documents/projects/handlebars-helper-i18n
> npm test


> handlebars-helper-i18n@0.1.0 test /Users/ain/Documents/projects/handlebars-helper-i18n
> npm test


> handlebars-helper-i18n@0.1.0 test /Users/ain/Documents/projects/handlebars-helper-i18n
> npm test


> handlebars-helper-i18n@0.1.0 test /Users/ain/Documents/projects/handlebars-helper-i18n
> npm test


> handlebars-helper-i18n@0.1.0 test /Users/ain/Documents/projects/handlebars-helper-i18n
> npm test

Am I missing something?

$ npm --version
1.4.28
@doowb
Copy link
Member

doowb commented Nov 8, 2014

https://github.com/helpers/handlebars-helper-i18n/blob/master/package.json#L35

That line needs to change from npm test to mocha

@ain ain linked a pull request Nov 9, 2014 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants