Skip to content

Commit

Permalink
Fix missing line break in generate-typescript.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
adamward459 committed Feb 23, 2024
1 parent d59a17c commit 4cc0713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/generate-typescript.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function define (t) {
function verifyPkg (t) {
return new Promise((resolve, reject) => {
const pkgFile = path.join(workdir, 'package.json')

readFile(pkgFile, function (err, data) {
t.error(err)
const pkg = JSON.parse(data)
Expand Down

0 comments on commit 4cc0713

Please sign in to comment.