9 Commits

Author SHA1 Message Date
Brian C
daeafe82b4
Make tests pass in github codespaces (#2437)
* Make tests pass in github codespaces

There were a few tests which didn't specify a host or port which wasn't working well inside the codespaces docker environment.  Added host & port where required.  Also noticed one test wasn't actually _testing_, it was just `console.log`-ing its output, so I added proper assertions there.  Finally set `PGTESTNOSSL: true` in the codespaces environment until I can get the postgres docker container configured w/ SSL...which I will do l8r.

* lint
2020-12-30 04:20:20 -06:00
Brian M. Carlson
89b451e934 Properly merge dockerfile 2019-12-27 03:15:51 +00:00
Brian M. Carlson
68e063e30c Merge origin/master 2019-12-27 02:59:42 +00:00
Brian M. Carlson
766e48f34a Update types & move some configs around 2019-12-27 02:55:18 +00:00
Brian M. Carlson
47af4e810f Don't modify path
vscode remote docker does some crazy path overriding...I think this messed it up somehow.  Anyways, no need to do this.
2019-12-26 19:20:43 +00:00
Brian M. Carlson
5c5dcc5b34 Add node_modules to dockerfile path 2019-12-26 17:50:11 +00:00
Brian M. Carlson
30fb8fbec4 Improve dockerfile prompt 2019-12-26 17:40:03 +00:00
Brian M. Carlson
0167a4177c Add devcontainer for working on windows 2019-12-26 16:56:30 +00:00
Brian M. Carlson
e034010811 Add docker devcontainer stuff 2019-12-26 16:45:37 +00:00