Added tests for the mail endpoints feature/4-tests #6

Merged
niggl merged 8 commits from feature/4-tests into dev 2021-03-03 16:54:23 +00:00
Showing only changes of commit 38cffc2049 - Show all commits

View File

@ -10,6 +10,7 @@
"release": "release-it --only-version",
"translations:sort": "node ./scripts/sort_translations.js",
"test": "jest",
"test:watch": "jest --watchAll",
"test:generate_env": "ts-node ./scripts/create_testenv.ts",
"test:ci": "npm run test:generate_env && npm run test:ci:run",
"test:ci:run": "start-server-and-test dev http://localhost:4010/docs/openapi.json test"
@ -88,4 +89,4 @@
"publish": false
}
}
}
}