Last login: Tue Sep 3 10:30:15 on ttys000 ➜~ git status On branch main Your branch is up to date with 'origin/main'.
Changes to be committed: (use "git reset HEAD ..." to unstage)
modified: package.json
Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git checkout -- ..." to discard changes in working directory)
modified: README.md
➜~ npm test > myproject@1.0.0 test > jest
PASS ./sum.test.js ✓ Sum function works correctly
Test Suites: 1 passed, 1 total Tests: 1 passed, 1 total Snapshots: 0 total Time: 0.5 s