My package.json contains
"scripts": {
"test": "CI=true react-scripts test --env=jsdom"
}
What is the difference if I rewrite the code as
"scripts": {
"test": "react-scripts test --env=jsdom CI=true"
}
Will the unit test fail when built?
Aucun commentaire:
Enregistrer un commentaire