-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build-tests.js #30
Comments
Hey @tomdavidson – thanks for opening this issue! I added a note with some additional explanation in: f78fa8a TestingBy convention, tests in Note, tests are compiled and performed on the final builds in the standard Node.js runtime (rather than an alternative like ts-node) to ensure tests pass in that environment. If you are using ts-node in production, you can modify this project to skip test compilation. Does that answer your question? |
Thanks @bitjson . It does and I appreciate your response and the project's help getting me started with TS. I did end up deviating quite abit, including on the testing - https://gitlab.com/td7x/s6 |
Hey @tomdavidson that looks like a fantastic project, thanks for sharing! Mind if I link to your project from the readme? f0d349a I've been hoping to add a section of projects using parts from this starter, and yours has some great examples of alternative configurations! |
not a problem at all and thanks again for helping me get up and running
|
also add tooling for reviewing integration test results fix #30
I'm submitting a ...
[ ] bug report
[ ] feature request
[x] question about the decisions made in the repository
[ ] question about how to use this project
Summary
Thank you for sharing this! Do you mind explaining the rationale and need for build-tests.js
The text was updated successfully, but these errors were encountered: