Skip to content

Instantly share code, notes, and snippets.

@siygle
Last active October 10, 2017 02:34
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 siygle/4308744bf764c4768aea52be28499d5c to your computer and use it in GitHub Desktop.
Save siygle/4308744bf764c4768aea52be28499d5c to your computer and use it in GitHub Desktop.
My awesome JS

Develop

husky - Git hooks made easy

npm install husky --save-dev

// Edit package.json
{
  "scripts": {
    "precommit": "npm test",
    "prepush": "npm test",
    "...": "..."
  }
}

Test

detox - Gray Box E2E Tests and Automation Library for Mobile Apps

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