Drop only!

This commit is contained in:
Half-Shot 2024-02-06 16:14:48 +00:00
parent ea7af88784
commit 965c30bc01

View File

@ -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] });