mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00
Drop only!
This commit is contained in:
parent
ea7af88784
commit
965c30bc01
@ -58,7 +58,7 @@ describe('GitHub', () => {
|
|||||||
return testEnv?.tearDown();
|
return testEnv?.tearDown();
|
||||||
});
|
});
|
||||||
|
|
||||||
it.only('should be able to handle a GitHub event', async () => {
|
it('should be able to handle a GitHub event', async () => {
|
||||||
const user = testEnv.getUser('user');
|
const user = testEnv.getUser('user');
|
||||||
const bridgeApi = await getBridgeApi(testEnv.opts.config?.widgets?.publicUrl!, user);
|
const bridgeApi = await getBridgeApi(testEnv.opts.config?.widgets?.publicUrl!, user);
|
||||||
const testRoomId = await user.createRoom({ name: 'Test room', invite:[testEnv.botMxid] });
|
const testRoomId = await user.createRoom({ name: 'Test room', invite:[testEnv.botMxid] });
|
||||||
|
Loading…
x
Reference in New Issue
Block a user