From 8a73281a7c4eb9f8a15130f56e980ff403c5f07c Mon Sep 17 00:00:00 2001 From: "Daniel W. Hieber" Date: Sun, 7 Jan 2024 16:37:39 -0600 Subject: [PATCH] FIX: Remove console + only --- test/words.test.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/words.test.js b/test/words.test.js index 1b5152f..c521046 100644 --- a/test/words.test.js +++ b/test/words.test.js @@ -191,7 +191,7 @@ describe(`words`, function() { describe(`glosses`, function() { - it.only(`renders (with non-breaking hyphens)`, async function() { + it(`renders (with non-breaking hyphens)`, async function() { const scription = ` ninakupenda @@ -203,7 +203,6 @@ describe(`words`, function() { const { dom, html } = await parse(scription) const morphemes = findElementByClass(dom, `w-gl`) - console.log(html) expect(getTextContent(morphemes)).to.equal(`1SG.SUBJ‑PRES‑2SG.OBJ‑love‑IND`) // non-breaking hyphens })