Skip to content

Commit

Permalink
Update TitleCaser.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhaim1 committed Aug 16, 2023
1 parent 9b9479c commit b9662bc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions __tests__/TitleCaser.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ describe ( `
expect ( actualOutput )
.toEqual ( expectedOutput );
} );

test ( "Test Smart Quotes", () => {
const options = {
style: "chicago",
Expand All @@ -146,7 +145,6 @@ describe ( `
expect ( actualOutput )
.toEqual ( expectedOutput );
});

test ( "Replaces X with ×", () => {
const options = {
style: "chicago"
Expand Down

0 comments on commit b9662bc

Please sign in to comment.