summary refs log tree commit diff
path: root/api/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-04 21:57:24 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-04 21:57:24 +0200
commitb584af656d76f271bc9fc52df7bf78077c7ae585 (patch)
treea4bdbfd2b575515f2bad08dfd58ab789e3f0e124 /api/package.json
parentMerge branch 'master' of https://github.com/fosscord/fosscord-server (diff)
downloadserver-b584af656d76f271bc9fc52df7bf78077c7ae585.tar.xz
:construction: different db engines
Diffstat (limited to 'api/package.json')
-rw-r--r--api/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/package.json b/api/package.json

index 8fc55e94..4fee791c 100644 --- a/api/package.json +++ b/api/package.json
@@ -6,6 +6,7 @@ "types": "dist/Server.d.ts", "scripts": { "test:only": "jest --coverage --verbose --forceExit ./tests", + "test:routes": "jest --coverage --verbose --forceExit ./routes.test.ts", "test": "npm run build && npm run test:only", "test:watch": "jest --watch", "start": "npm run build && node dist/start",