Skip to content
Snippets Groups Projects
  1. Oct 04, 2020
    • Lucendio's avatar
      Update server dependencies; fix invocation in 'make test' · f596e81b
      Lucendio authored
      * update mongoose, jest and nodemon to address security alerts triggered
        by dependabot
      * 'test' target had a bug introduced by using wrong syntax
      * renamed server scripts to clarify the distinction between invocations
        in local development, CI and actual operations
      f596e81b
  2. Apr 09, 2020
    • Lucendio's avatar
      [app/server] Introduce a test for creating a user document in the database · 807a7009
      Lucendio authored
      * introduce a test on the server to see if user creation works (backend process <-> db only;
        still needs a test that involves the router, too)
      * main server process is no connection-aware and wont start if database is not reachable
      * some renaming, cause it's more descriptive
      * unify quote usage
      807a7009
  3. Apr 02, 2020
Loading