Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Oct 17, 2023
1 parent 0714217 commit 2ee3293
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions apps/meteor/tests/end-to-end/api/01-users.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,17 +66,6 @@ describe('[Users]', function () {
});
});

// before(async () => {
// await request
// .post(api('login'))
// .send({
// user: apiUsername,
// password,
// })
// .expect('Content-Type', 'application/json')
// .expect(200);
// });

after(async () => {
await deleteUser(targetUser);
});
Expand Down

0 comments on commit 2ee3293

Please sign in to comment.