+
diff --git a/apps/website/.eslintrc.json b/apps/website/.eslintrc.json
index 8d6d104..276d251 100644
--- a/apps/website/.eslintrc.json
+++ b/apps/website/.eslintrc.json
@@ -23,7 +23,9 @@
}
],
"rules": {
- "@next/next/no-html-link-for-pages": "off"
+ "@next/next/no-html-link-for-pages": "off",
+ "@typescript-eslint/ban-ts-comment": "off",
+ "react/no-unescaped-entities": "off"
},
"env": {
"jest": true
diff --git a/apps/website/components/blog-pagination/blog-pagination.module.scss b/apps/website/components/blog-pagination/blog-pagination.module.scss
new file mode 100644
index 0000000..45c2aa4
--- /dev/null
+++ b/apps/website/components/blog-pagination/blog-pagination.module.scss
@@ -0,0 +1,7 @@
+/*
+ * Replace this with your own classes
+ *
+ * e.g.
+ * .container {
+ * }
+*/
diff --git a/apps/website/components/blog-pagination/blog-pagination.spec.tsx b/apps/website/components/blog-pagination/blog-pagination.spec.tsx
new file mode 100644
index 0000000..f4cca7b
--- /dev/null
+++ b/apps/website/components/blog-pagination/blog-pagination.spec.tsx
@@ -0,0 +1,10 @@
+import { render } from '@testing-library/react';
+
+import BlogPagination from './blog-pagination';
+
+describe('BlogPagination', () => {
+ it('should render successfully', () => {
+ const { baseElement } = render(
{delve(item, 'attributes.description', 'N/A')}
+