Skip to content

Commit

Permalink
Merge branch 'main' into docs/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
reinaldocosta authored Mar 27, 2024
2 parents 32fbe8c + 154472a commit b61c90f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
console.log('hello world')
const unused = 'It will generate an PR annotation'
const unused = 'It will generate an PR annotation'
8 changes: 4 additions & 4 deletions test/pass.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { it } from 'node:test'
import assert from 'node:assert'

it('calls a nonexistent method', () => {
const actual = 1
const expected = 1
assert.equal(actual, expected)
})
const actual = 1
const expected = 1
assert.equal(actual, expected)
})

0 comments on commit b61c90f

Please sign in to comment.