Compare commits

..

2 Commits

Author SHA1 Message Date
3a886714a0 Merge branch 'feature/67-scan_apis' of git.odit.services:lfk/backend into feature/67-scan_apis
# Conflicts:
#	src/tests/scanstations/scanstations_delete.spec.ts
2021-01-07 20:35:05 +01:00
09ab638239 Added scan station delete tests
ref #67
2021-01-07 20:34:48 +01:00

View File

@ -15,7 +15,7 @@ beforeAll(async () => {
}); });
// --------------- // ---------------
describe('DELETE track', () => { describe('DELETE station', () => {
let added_track; let added_track;
let added_station; let added_station;
it('creating a track with the minimum amount of parameters should return 200', async () => { it('creating a track with the minimum amount of parameters should return 200', async () => {