Skip to content

Commit

Permalink
add console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Zu18 committed Jan 23, 2024
1 parent e7d30e2 commit 630e17a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ const assert = require('node:assert')
test('First Test', () => {
assert.equal(1, 1)
})

console.log("hi")

0 comments on commit 630e17a

Please sign in to comment.