Skip to content

Commit

Permalink
chore: Initial commit with jest installed
Browse files Browse the repository at this point in the history
  • Loading branch information
maiisthebest committed Mar 2, 2024
1 parent fb1fcdc commit f3554ad
Show file tree
Hide file tree
Showing 4 changed files with 3,640 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# IDE
.vscode/

node_modules/
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.log("Hello world!");
Loading

0 comments on commit f3554ad

Please sign in to comment.