You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@annotator.apache.org by ge...@apache.org on 2020/05/25 18:03:30 UTC

[incubator-annotator] 06/08: f describe tests name

This is an automated email from the ASF dual-hosted git repository.

gerben pushed a commit to branch dom-tests
in repository https://gitbox.apache.org/repos/asf/incubator-annotator.git

commit 035eeb750585ea2f751d05cdfa4d61b57aabdf26
Author: Gerben <ge...@treora.com>
AuthorDate: Mon May 25 18:25:20 2020 +0200

    f describe tests name
---
 packages/dom/test/text-quote-describe.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/dom/test/text-quote-describe.ts b/packages/dom/test/text-quote-describe.ts
index 15447b7..749c083 100644
--- a/packages/dom/test/text-quote-describe.ts
+++ b/packages/dom/test/text-quote-describe.ts
@@ -26,7 +26,7 @@ import { hydrateRange } from './utils';
 
 const domParser = new window.DOMParser();
 
-describe('createTextQuoteSelectorMatcher', () => {
+describe('describeTextQuote', () => {
   for (const [name, { html, range, expected }] of Object.entries(testCases)) {
     it(`works for case: ${name}`, async () => {
       const doc = domParser.parseFromString(html, 'text/html');