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

@@ -500,7 +500,7 @@ describe('ParseGraphQLSchema', () => {
});
});
describe('alias', () => {
it('Should be able to define alias for get and find query', async () => {
it_id('45282d26-f4c7-4d2d-a7b6-cd8741d5322f')('Should be able to define alias for get and find query', async () => {
const parseGraphQLSchema = new ParseGraphQLSchema({
databaseController,
parseGraphQLController,
@@ -535,7 +535,7 @@ describe('ParseGraphQLSchema', () => {
expect(Object.keys(queries1)).toContain('precious_data');
});
it('Should be able to define alias for mutation', async () => {
it_id('f04b46e3-a25d-401d-a315-3298cfee1df8')('Should be able to define alias for mutation', async () => {
const parseGraphQLSchema = new ParseGraphQLSchema({
databaseController,
parseGraphQLController,