p5.js-web-editor/server
Andrew Nicolaou 840e27b3fd Split client and server tests into separate Jest "projects"
- server tests now use the "node" jest environment, removing the
  mongoose warning
- both projects can use their own jest.setup.js file
2020-06-28 15:44:00 +02:00
..
config Fixes bug where lastUsedAt timestamp wasn't set when access token used 2019-05-29 12:51:50 -04:00
controllers Fixes #1409 - adds username to url when fetching sketch from editor API 2020-05-26 17:35:13 -04:00
domain-objects Public API: Create new project (fixes #1095) (#1106) 2019-08-30 14:26:57 -04:00
migrations Fix server-side linting erros 2020-03-03 18:52:39 -05:00
models add script to add total size to all user accounts, add totalSize to user model, return totalSize from user api request 2020-03-03 14:00:53 -05:00
routes make environment variable-based switch for /mobile route 2020-06-12 16:09:30 -03:00
scripts Change helper file name to p5-keywords.js 2020-05-06 14:41:08 -04:00
utils Code style changes to use === and comparison to undefined 2020-03-30 17:07:10 -04:00
views make environment variable-based switch for /mobile route 2020-06-12 16:09:30 -03:00
jest.setup.js Split client and server tests into separate Jest "projects" 2020-06-28 15:44:00 +02:00
server.js Configure CORS localhost origin via CORS_ALLOW_LOCALHOST env var 2020-05-03 13:20:14 +02:00