Skip to content

Commit

Permalink
version 4.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
jasp402 committed Dec 5, 2023
1 parent db5b7e1 commit 05fbc11
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dist/constants.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions dist/test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ describe('🧪 TESTING GENERATE E-MAILS', () => {
assert.match(mails[1], /yopmail/g);
assert.notStrictEqual(mails[0], mails[1]);
});

it('should, generate new email and be diferent to before', async () => {
mails.push((await easyYopmail.getMail()));
console.log(mails[2]);
Expand All @@ -33,7 +32,7 @@ describe('🧪 TESTING GENERATE E-MAILS', () => {
describe('🧪 TESTING INBOX', () => {

before(async () => {
inbox = await easyYopmail.getInbox(constants.TEST_MAIL);
inbox = await easyYopmail.getInbox('fopreiduzukoi-3476');
});

it('should, inbox has properties', () => {
Expand Down
Loading

0 comments on commit 05fbc11

Please sign in to comment.