We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e132317 commit 2799c1eCopy full SHA for 2799c1e
src/misc/misc.test.ts
@@ -9,7 +9,7 @@ describe('misc tests', () => {
9
},
10
20000,
11
);
12
- it('should run without errors while sending email', async () => {
+ it.skip('should run without errors while sending email', async () => {
13
const response = await sendEmail({
14
message: 'test',
15
token: 'e2DQks99XapU6w2s1',
0 commit comments