Created
March 10, 2019 22:02
-
-
Save camille-hdl/628c01d36d9028ca9fbb47dec47cf074 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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