Added jest testing.

This commit is contained in:
Mike Cao 2024-03-01 13:25:32 -08:00
parent 2363b03d1c
commit 2a8437cac9
5 changed files with 1338 additions and 23 deletions

View file

@ -39,5 +39,5 @@
]
},
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx", "next-env.d.ts", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules", "./cypress.config.ts", "cypress"]
}