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

@@ -247,7 +247,7 @@ describe('rest create', () => {
});
});
it('handles array, object, date', done => {
it_id('6c30306f-328c-47f2-88a7-2deffaee997f')('handles array, object, date', done => {
const now = new Date();
const obj = {
array: [1, 2, 3],