Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add import assertion (now required by node@16)
This should fix the breaking CI test. Apparently node@16 now throws if you try to import a .json file with no import assertion. Ref: nodejs/node#40250 cc: @ctavan for sanity check to make sure this won't break anything.
- Loading branch information