avajs / typescript

Test TypeScript projects using AVA.
MIT License
73 stars 16 forks source link

fix: JSON.parse package.json #37

Closed crashmax-dev closed 3 years ago

crashmax-dev commented 3 years ago

readFileSync returns a Buffer. JSON.parse fixes this

image

novemberborn commented 3 years ago

Thanks @crashmax-dev, will merge in #38.

For future reference please allow maintainers to push commits to your PR branch, this makes it easier to do some final changes and then merge.