aboutsummaryrefslogtreecommitdiff
path: root/src/routes.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Use *.tmpl file extension over *.templateKevin J Hoerr2021-10-071-8/+2
|
* Test hc endpoint; remove unreachable codeKevin J Hoerr2021-09-271-0/+6
|
* Add lint check to pipelineKevin J Hoerr2021-09-251-37/+58
|
* Tweak jest configurationKevin J Hoerr2021-09-251-0/+22
|
* The Whole Barnshow CommitKevin J Hoerr2021-09-201-3/+3
| | | | | | | | | - Use yarn-berry instead of npm, with Zero Install feature and goodies - Add `initializeToken` to post unique token to logs on startup - Package upgrades - Fix index.html.template tests I will never do this again
* #14 Changed /bash file to /shKevin J Hoerr2021-09-171-6/+8
|
* Add format to head commit infoKevin J Hoerr2021-09-161-4/+49
|
* #7 Add Cobertura formatKevin J Hoerr2021-09-161-8/+167
|
* Refactor upload processingKevin J Hoerr2021-09-121-3/+8
|
* Refactor env config into MetadataKevin J Hoerr2021-09-121-12/+24
|
* Move token to metadataKevin J Hoerr2021-09-121-1/+5
|
* Upgrade packages and fix unit testsKevin J Hoerr2021-09-111-35/+46
|
* Refactor startup to passthrough valuesKevin J Hoerr2020-04-271-1/+1
| | | | | | | | Even more refactoring - however there were some small troubles using path in the nested scripts/files, so referencing them via the index should be a bit more stable. Plus, the config unit tests won't just exit because of configOrError constants strewn about the file.
* Add unit tests and correct CHANGELOGKevin J Hoerr2020-04-271-0/+11
|
* These changes moved a lot of the startup async to run in a streamlinedKevin J Hoerr2020-04-261-46/+171
| | | | | | | | | | async init function. This brings more logic "to light", so it should probably have unit tests added to check the edge cases. As a bonus, no async runs as a result of route initialization. Speaking of routes, it might be nice to trim down the route calls themselves with async functions, if possible. The upload routes in particular use a lot of async. Just a note for the future.
* #8 Add router unit tests using supertestKevin J Hoerr2020-01-111-0/+239
Also moved the template processing from index to router.