Skip to content

Commit

Permalink
Revert to previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
cesalberca committed Sep 12, 2023
1 parent 8200c51 commit ae07b2c
Show file tree
Hide file tree
Showing 3 changed files with 91 additions and 93 deletions.
180 changes: 89 additions & 91 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prettier": "3.0.3",
"ts-mockito": "2.6.1",
"typescript": "5.2.2",
"vitest": "0.34.4"
"vitest": "0.34.3"
},
"husky": {
"hooks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('BeerSong', () => {
expect(actual).toEqual(expected)
})

it('prints an arbitrary verse', () => {
it('prints another arbitrary verse', () => {
const expected =
'42 bottles of beer on the wall, 42 bottles of beer.\nTake one down and pass it around, 41 bottles of beer on the wall.\n'

Expand Down

0 comments on commit ae07b2c

Please sign in to comment.