Skip to content

Commit

Permalink
fix(firestore-send-email): corrected transport name and re-enabled tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CorieW committed Oct 2, 2024
1 parent a4ef94c commit 4ba3373
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 97 deletions.
3 changes: 1 addition & 2 deletions firestore-send-email/functions/__tests__/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ const templatesCollection = admin.firestore().collection(templates);

let server = null;

// TODO: fix and reenable - broken in CI
describe.skip("e2e testing", () => {
describe("e2e testing", () => {
beforeAll(() => {
server = smtpServer();
});
Expand Down
Loading

0 comments on commit 4ba3373

Please sign in to comment.