Skip to content

Instantly share code, notes, and snippets.

@camille-hdl
Created March 10, 2019 22: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 camille-hdl/628c01d36d9028ca9fbb47dec47cf074 to your computer and use it in GitHub Desktop.
Save camille-hdl/628c01d36d9028ca9fbb47dec47cf074 to your computer and use it in GitHub Desktop.
{
"scripts": {
"test": "run-s jest build testci",
"testci": "start-server-and-test serve http://localhost:5000 cypress:run",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"cypress:install": "cypress install",
"jest": "jest"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment