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

Tests failing with [email protected] #2

Open
claudiopro opened this issue Nov 10, 2015 · 1 comment
Open

Tests failing with [email protected] #2

claudiopro opened this issue Nov 10, 2015 · 1 comment

Comments

@claudiopro
Copy link
Member

Weird issues with [email protected]:

$ npm test

> [email protected] pretest /Users/delphine/Development/Git/claudiopro/gluttony
> npm install


> [email protected] test /Users/delphine/Development/Git/claudiopro/gluttony
> tap test/*.js

test/test.js .....Removing existing dependencies...
.......Yay! Dependencies reinstalled from scratch.
test/test.js ........................................ 13/15 30s
  package_no_node_modules
  not ok missing plan
    results:
      ok: false
      count: 2
      pass: 2

  not ok missing plan
    results:
      ok: false
      count: 2
      pass: 2

total ............................................... 13/15


  13 passing (30s)
  2 failing

npm ERR! Test failed.  See above for more details.
@claudiopro
Copy link
Member Author

As a comparison, results of tests with [email protected]:

$ npm test

> [email protected] pretest /Users/delphine/Development/Git/claudiopro/gluttony
> npm install

npm WARN prefer global [email protected] should be installed with -g

> [email protected] test /Users/delphine/Development/Git/claudiopro/gluttony
> tap test/*.js

test/test.js .....Removing existing dependencies...
.......Yay! Dependencies reinstalled from scratch.
.......Yay! Dependencies reinstalled from scratch.
......Yay! Dependencies reinstalled from scratch.
test/test.js ........................................ 25/25 22s
total ............................................... 25/25

  25 passing (22s)

  ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant