Skip to content

Commit

Permalink
FIX: Remove console + only
Browse files Browse the repository at this point in the history
  • Loading branch information
dwhieb committed Jan 7, 2024
1 parent ce38980 commit 8a73281
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/words.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

})
Expand Down

0 comments on commit 8a73281

Please sign in to comment.