Skip to content
  • Jonas Jenwald's avatar
    d60cc720
    Make `verifyManifestFiles` fail for non-linked test-cases with a `"link": true`-entry · d60cc720
    Jonas Jenwald authored
    Currently it's possible to accidentally, e.g. by simply copy-and-pasting from an existing test-case, add an unnecessary `"link": true`-entry for locally available PDF files.
    This leads to inconsistencies in the manifest file, and doesn't feel like a great developer experience. However we can easily fix it by having `verifyManifestFiles` fail in this situation, and doing so actually turned up a couple of existing cases.
    d60cc720
    Make `verifyManifestFiles` fail for non-linked test-cases with a `"link": true`-entry
    Jonas Jenwald authored
    Currently it's possible to accidentally, e.g. by simply copy-and-pasting from an existing test-case, add an unnecessary `"link": true`-entry for locally available PDF files.
    This leads to inconsistencies in the manifest file, and doesn't feel like a great developer experience. However we can easily fix it by having `verifyManifestFiles` fail in this situation, and doing so actually turned up a couple of existing cases.
Loading