Trevor Buckner
|
d7aa4afa60
|
process.chdir in app.js.
Everything works, no need for path.resolve. All tests pass.
|
2022-01-29 23:53:30 -05:00 |
|
Alexey Sachkov
|
9c57450330
|
[NFC] Explicitly define variables before using them
Fixed two errors which were discovered by trying to run the code in "strict" mode,
which is automatically done by Jest testing framework.
|
2022-01-22 00:18:13 +03:00 |
|
Alexey Sachkov
|
0dfe18cd18
|
Fix liner errors
|
2022-01-11 23:24:50 +03:00 |
|
Alexey Sachkov
|
8895b44be9
|
[NFC] Outline an express app into a separate module
This is done in order to be able to re-use that app in API unit tests later
|
2022-01-11 22:24:23 +03:00 |
|