Skip to content

Commit

Permalink
Update test text
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Jan 7, 2020
1 parent dd9aa09 commit bac7c20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build/prepare/tests/summary.js
Expand Up @@ -41,10 +41,10 @@ describe("summary", function() {
it("handles html entities in the title", function() { it("handles html entities in the title", function() {
expect( expect(
this.summary({ this.summary({
html: "<p>Supercharge Your Workflow with&nbsp;Sync.com</p><p>Foo</p>", html: "<p>Ad&nbsp;Fontes</p><p>Lucili</p>",
title: "Supercharge Your Workflow with Sync.com" title: "Ad Fontes"
}) })
).toEqual("Foo"); ).toEqual("Lucili");
}); });


it("does not contain the text of the title", function() { it("does not contain the text of the title", function() {
Expand Down

0 comments on commit bac7c20

Please sign in to comment.