hhvm / hacktest

A unit testing framework for Hack
MIT License
29 stars 12 forks source link

Fix "Could not parse file" error #112

Closed Atry closed 2 years ago

Atry commented 2 years ago

We encountered "Could not parse file" error because of the missing field baseTypes: https://github.com/hhvm/xhp-lib/runs/6760326357?check_suite_focus=true

This PR could fix the error