Skip to content

Commit 2799c1e

Browse files
authored
Update misc.test.ts
1 parent e132317 commit 2799c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/misc/misc.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('misc tests', () => {
99
},
1010
20000,
1111
);
12-
it('should run without errors while sending email', async () => {
12+
it.skip('should run without errors while sending email', async () => {
1313
const response = await sendEmail({
1414
message: 'test',
1515
token: 'e2DQks99XapU6w2s1',

0 commit comments

Comments
 (0)