test: Add test IDs (#9205)

This commit is contained in:
Manuel
2024-07-18 15:41:04 +02:00
committed by GitHub
parent 4b04c2222c
commit 901cff5edd
42 changed files with 302 additions and 282 deletions

View File

@@ -271,7 +271,7 @@ describe('PushWorker', () => {
toAwait.then(done).catch(done);
});
it('tracks push status per UTC offsets', done => {
it_id('764d28ab-241b-4b96-8ce9-e03541850e3f')('tracks push status per UTC offsets', done => {
const config = Config.get('test');
const handler = pushStatusHandler(config);
const spy = spyOn(rest, 'update').and.callThrough();