Skip to content

Instantly share code, notes, and snippets.

@francisbyrne
Created June 23, 2015 21:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save francisbyrne/5ee6d55ad89eb6abdd79 to your computer and use it in GitHub Desktop.
Save francisbyrne/5ee6d55ad89eb6abdd79 to your computer and use it in GitHub Desktop.
Test Meteor package with node-inspector
#!/bin/bash
node-inspector &
MONGO_URL=mongodb://localhost:27017/test NODE_OPTIONS='--debug' meteor test-packages ${1} --port 3010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment