aboutsummaryrefslogtreecommitdiff
path: root/src/util/config.test.ts
Commit message (Collapse)AuthorAgeFilesLines
* Move to Plug'n'Play over node_modulesKevin J Hoerr2021-09-251-0/+1
|
* Add lint check to pipelineKevin J Hoerr2021-09-251-34/+54
|
* The Whole Barnshow CommitKevin J Hoerr2021-09-201-9/+88
| | | | | | | | | - 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
* Refactor env config into MetadataKevin J Hoerr2021-09-121-1/+6
|
* Upgrade packages and fix unit testsKevin J Hoerr2021-09-111-1/+10
|
* Refactor startup to passthrough valuesKevin J Hoerr2020-04-271-4/+34
| | | | | | | | 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-2/+180
|
* These changes moved a lot of the startup async to run in a streamlinedKevin J Hoerr2020-04-261-5/+5
| | | | | | | | | | 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.
* Add unit tests for util/config.tsKevin J Hoerr2019-12-121-0/+148