Skip to content

Commit

Permalink
Merge pull request pinojs#107 from hypesystem/typo-in-comment
Browse files Browse the repository at this point in the history
Fix insignificant typo in test comment
  • Loading branch information
jsumners authored Jun 10, 2022
2 parents 5a76c21 + 2cdc63b commit c40269b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/err.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ test('serializes error causes', function (t) {

test('serializes error causes with VError support', function (t) {
t.plan(6)
// Fake VError-style setyp
// Fake VError-style setup
const err = Error('foo: bar')
err.cause = () => {
const err = Error('bar')
Expand Down

0 comments on commit c40269b

Please sign in to comment.