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

@@ -317,7 +317,7 @@ describe('AudiencesRouter', () => {
);
});
it_exclude_dbs(['postgres'])('should support legacy parse.com audience fields', done => {
it_id('af1111b5-3251-4b40-8f06-fb0fc624fa91')(it_exclude_dbs(['postgres'])('should support legacy parse.com audience fields', done => {
const database = Config.get(Parse.applicationId).database.adapter.database;
const now = new Date();
Parse._request(
@@ -369,7 +369,7 @@ describe('AudiencesRouter', () => {
});
});
});
});
}));
it('should be able to search on audiences', done => {
Parse._request(