Skip to content

Commit

Permalink
Update GraphQLAPI.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stocaaro authored Oct 24, 2023
1 parent f8b1181 commit a190bf4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/api-graphql/__tests__/GraphQLAPI.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,6 @@ describe('API test', () => {
});
});

// TODO:
test('authMode on subscription', async () => {
expect.assertions(1);

Expand Down Expand Up @@ -922,7 +921,6 @@ describe('API test', () => {
);
});

// TODO:
test('happy-case-subscription', async done => {
const spyon_appsync_realtime = jest
.spyOn(AWSAppSyncRealTimeProvider.prototype, 'subscribe')
Expand Down Expand Up @@ -952,7 +950,6 @@ describe('API test', () => {
expect(observable).not.toBe(undefined);
});

// TODO:
test('happy case subscription with additionalHeaders', async done => {
const spyon_appsync_realtime = jest
.spyOn(AWSAppSyncRealTimeProvider.prototype, 'subscribe')
Expand Down

0 comments on commit a190bf4

Please sign in to comment.