Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Remove test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverJAsh committed May 6, 2021
1 parent 7449cec commit 4017424
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,3 @@ describe('requestParams', () => {
});
});
});

describe('ApiResponse', () => {
const api = createApi({ accessKey: 'MY_ACCESS_KEY' });
api.topics.get({ topicIdOrSlug: 'foo' }).then(apiResponse => {
apiResponse.originalResponse.headers.get('content-type');
});
});

0 comments on commit 4017424

Please sign in to comment.