mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-04 04:33:10 +00:00
Started Adding Jest and Tests
This commit is contained in:
parent
542405be98
commit
64c366998e
9 changed files with 3047 additions and 59 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,6 +6,7 @@
|
|||
|
||||
# testing
|
||||
/coverage
|
||||
/__tests__/__snapshots__
|
||||
|
||||
# next.js
|
||||
/.next/
|
||||
|
@ -37,3 +38,4 @@ next-env.d.ts
|
|||
# other
|
||||
/.vscode/
|
||||
/.content-collections
|
||||
/.swc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue