From 26f6e844f3bbfced87a8f21a1910563461798b98 Mon Sep 17 00:00:00 2001 From: Taylor Halliday Date: Sat, 15 Feb 2020 10:03:32 -0800 Subject: [PATCH] rebuild --- .../templates/assets/img/wingpoint-logo.png | Bin dist/{src => }/templates/confirmation.html | 0 dist/{src => }/templates/css/app.css | 0 dist/{src => }/templates/event.html | 0 dist/{src => }/templates/generic.html | 0 dist/{src => }/templates/index.html | 0 dist/{src => }/templates/invalidEmail.html | 0 dist/{src => }/templates/placeholder.html | 0 dist/{src => }/templates/post.html | 0 dist/{src => }/templates/welcome.html | 0 dist/tests/emails.js | 2 +- 11 files changed, 1 insertion(+), 1 deletion(-) rename dist/{src => }/templates/assets/img/wingpoint-logo.png (100%) rename dist/{src => }/templates/confirmation.html (100%) rename dist/{src => }/templates/css/app.css (100%) rename dist/{src => }/templates/event.html (100%) rename dist/{src => }/templates/generic.html (100%) rename dist/{src => }/templates/index.html (100%) rename dist/{src => }/templates/invalidEmail.html (100%) rename dist/{src => }/templates/placeholder.html (100%) rename dist/{src => }/templates/post.html (100%) rename dist/{src => }/templates/welcome.html (100%) diff --git a/dist/src/templates/assets/img/wingpoint-logo.png b/dist/templates/assets/img/wingpoint-logo.png similarity index 100% rename from dist/src/templates/assets/img/wingpoint-logo.png rename to dist/templates/assets/img/wingpoint-logo.png diff --git a/dist/src/templates/confirmation.html b/dist/templates/confirmation.html similarity index 100% rename from dist/src/templates/confirmation.html rename to dist/templates/confirmation.html diff --git a/dist/src/templates/css/app.css b/dist/templates/css/app.css similarity index 100% rename from dist/src/templates/css/app.css rename to dist/templates/css/app.css diff --git a/dist/src/templates/event.html b/dist/templates/event.html similarity index 100% rename from dist/src/templates/event.html rename to dist/templates/event.html diff --git a/dist/src/templates/generic.html b/dist/templates/generic.html similarity index 100% rename from dist/src/templates/generic.html rename to dist/templates/generic.html diff --git a/dist/src/templates/index.html b/dist/templates/index.html similarity index 100% rename from dist/src/templates/index.html rename to dist/templates/index.html diff --git a/dist/src/templates/invalidEmail.html b/dist/templates/invalidEmail.html similarity index 100% rename from dist/src/templates/invalidEmail.html rename to dist/templates/invalidEmail.html diff --git a/dist/src/templates/placeholder.html b/dist/templates/placeholder.html similarity index 100% rename from dist/src/templates/placeholder.html rename to dist/templates/placeholder.html diff --git a/dist/src/templates/post.html b/dist/templates/post.html similarity index 100% rename from dist/src/templates/post.html rename to dist/templates/post.html diff --git a/dist/src/templates/welcome.html b/dist/templates/welcome.html similarity index 100% rename from dist/src/templates/welcome.html rename to dist/templates/welcome.html diff --git a/dist/tests/emails.js b/dist/tests/emails.js index 8510964..4986097 100644 --- a/dist/tests/emails.js +++ b/dist/tests/emails.js @@ -51,7 +51,7 @@ describe('Emails', function () { }); }); }); - describe('Send Email', function () { + describe.skip('Send Email', function () { it('should build an event email', function () { return __awaiter(this, void 0, void 0, function* () { const response = yield ses_1.default.sendHTMLEmail(sender, [recipient], ['tayhalla@gmail.com'], [], `Test Send`, emailToSend);