diff --git a/test/lpfConverter.test.ts b/test/lpfConverter.test.ts index 54a37edd0..c3181b0e6 100644 --- a/test/lpfConverter.test.ts +++ b/test/lpfConverter.test.ts @@ -9,6 +9,10 @@ import { initGlobalConverters_GENERIC } from "@r2-shared-js/init-globals"; const manifest = { "@context": "https://readium.org/webpub-manifest/context.jsonld", "metadata": { + "accessibility": { + "accessMode": "auditory", + "accessModeSufficient": [["auditory"], ["test", "no trailing comma"]] + }, "accessMode": "auditory", "accessModeSufficient": [["auditory"], ["test", "no trailing comma"]], "@type": "https://schema.org/Audiobook",