Skip to content

Instantly share code, notes, and snippets.

@mk-pmb
Last active November 24, 2017 19:42
Show Gist options
  • Save mk-pmb/43d1c5b508e8db58dfb1c8e9425d4c13 to your computer and use it in GitHub Desktop.
Save mk-pmb/43d1c5b508e8db58dfb1c8e9425d4c13 to your computer and use it in GitHub Desktop.
debugging npm
TAP version 13
# Subtest: setup
# test for https://github.com/npm/npm/issues/3265
1..0
ok 1 - setup # time=24.205ms
# Subtest: npm cache - install from fork
ok 1 - install finished without error
ok 2 - Should not get data on stderr:
ok 3 - install finished successfully
ok 4 - should be equal
ok 5 - should be equal
1..5
ok 2 - npm cache - install from fork # time=1266.494ms
# Subtest: npm cache - install from origin
ok 1 - install finished without error
ok 2 - install finished successfully
ok 3 - Should not get data on stderr:
ok 4 - should be equal
ok 5 - should be equal
1..5
ok 3 - npm cache - install from origin # time=1509.408ms
# Subtest: cleanup
1..0
ok 4 - cleanup # time=28.224ms
1..4
# time=2842.12ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment