Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alirmemon37 committed Aug 29, 2023
0 parents commit 679c6cc
Show file tree
Hide file tree
Showing 7 changed files with 6,350 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/node_modules
.DS_Store
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Chandrayaan 3 TDD Assessment

## Assessment Link
[Chandrayaan 3 TDD Assessment](https://blog.incubyte.co/blog/chandrayaan-3-tdd-assessment/)
Empty file added chandrayaan.js
Empty file.
9 changes: 9 additions & 0 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
// to get jest intellesense in vscode

{
"typeAcquisition": {
"include": [
"jest"
]
}
}
Loading

0 comments on commit 679c6cc

Please sign in to comment.