Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

chore: make npm test platform independent #583

Conversation

DominicKramer
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Nov 19, 2018
`cross-env` allows environment variables to be set in a consistent
manner across diffent platforms.
@DominicKramer DominicKramer changed the title [WIP] chore: make npm test platform independent chore: make npm test platform independent Nov 19, 2018
@DominicKramer DominicKramer requested a review from a team November 19, 2018 22:55
@DominicKramer
Copy link
Contributor Author

PTAL

@@ -45,6 +45,7 @@
"closure-npc": "*",
"codecov": "^3.0.4",
"coveralls": "^3.0.0",
"cross-env": "^5.2.0",

This comment was marked as spam.

"prepare": "npm run compile",
"presystem-test": "npm run compile",
"system-test": "mocha build/system-test",
"test": "./bin/run-test.sh",
"test-no-cover": "cross-env CLOUD_DEBUG_ASSERTIONS=1 mocha build/test --require source-map-support/register --timeout 4000 --R spec",
"test": "nyc npm run test-no-cover && nyc report",

This comment was marked as spam.

This comment was marked as spam.

@DominicKramer DominicKramer merged commit c60f61e into googleapis:master Nov 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants