Skip to content

Commit

Permalink
test: drop commented code from mailtrap client
Browse files Browse the repository at this point in the history
  • Loading branch information
narekhovhannisyan committed Aug 29, 2024
1 parent 7584350 commit 51c959c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/__tests__/lib/mailtrap-client.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,6 @@ describe("lib/mailtrap-client: ", () => {
text: "My TEXT",
};

// beforeAll(() => {
// mock = new AxiosMockAdapter(axios);
// });

// afterEach(() => {
// mock.reset();
// });

describe("send():", () => {
beforeAll(() => {
mock = new AxiosMockAdapter(axios);
Expand Down

0 comments on commit 51c959c

Please sign in to comment.