Skip to content

Commit d7edaca

Browse files
committed
fix: tests and formatting
1 parent 34222c6 commit d7edaca

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

apps/web/src/app/templates/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const items = [
9696
path: "magic-links/plaid-verify-identity",
9797
name: "Plaid / Verify Identity",
9898
author: "zenorocha",
99-
}
99+
},
100100
];
101101

102102
const title = "Templates — React Email";

packages/react-email/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

packages/react-email/src/utils/get-emails-directory-metadata.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ test('getEmailsDirectoryMetadata on demo emails', async () => {
1818
relativePath: 'magic-links',
1919
emailFilenames: [
2020
'aws-verify-email',
21-
'jobaccepted-magic-link',
2221
'linear-login-code',
2322
'notion-magic-link',
2423
'plaid-verify-identity',

0 commit comments

Comments
 (0)