Skip to content

Commit

Permalink
test: skip api test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaskur committed May 21, 2023
1 parent 129b1d9 commit 4e12101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {createMessage, getMembers, getMessage, updateMessage} from '../src/helpers/api';
import {buildMessageBody, buildNameListSection} from '../src/helpers/components.js';
// This file consists of several tests that I utilized to experiment with the Google Chat API.
test('get space memberships', async () => {
test.skip('get space memberships', async () => {
// I move this to here for temporary, because this is skipped but affect the test coverage

const members = await getMembers('spaces/AAAAqFtzdps');
Expand Down

0 comments on commit 4e12101

Please sign in to comment.