diff --git a/.lintstagedrc.js b/.lintstagedrc.js
index 0e878ad..7bfb87a 100644
--- a/.lintstagedrc.js
+++ b/.lintstagedrc.js
@@ -7,6 +7,6 @@ const buildEslintCommand = (filenames) =>
module.exports = {
'*.{js,jsx,ts,tsx}': [buildEslintCommand],
- '*.{ts,tsx}': 'npx tsc --noEmit',
+ // '*.{ts,tsx}': 'npx tsc --noEmit',
'*': 'npm run format:fix',
};
diff --git a/__tests__/index.test.tsx b/__tests__/index.test.tsx
new file mode 100644
index 0000000..1727881
--- /dev/null
+++ b/__tests__/index.test.tsx
@@ -0,0 +1,11 @@
+import { render, screen } from '@testing-library/react';
+import Home from '../pages';
+
+describe('Index', () => {
+ it('renders a heading', () => {
+ render(