Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
testing out review comments

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a fake comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a fake comment

stuff
some changes
change
3 changes: 3 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
console.log('stuff');
function add(a,b){
console.log('stuff');
}
1 change: 1 addition & 0 deletions feature.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
console.info('hey');
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
some index.js
console.log('hey');