Skip to content

Commit

Permalink
chore: remove misleading test
Browse files Browse the repository at this point in the history
  • Loading branch information
seaerchin committed Nov 15, 2024
1 parent fefb91f commit 29b40bc
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,6 @@ describe("getWordsFromPermalink", () => {
expect(actual).toBe(expected)
})

it("should preserve `=` in the original permalink", () => {
// Arrange
const singleLevelPermalink = "/this-._single=level|"
const expected = "this+single+level"

// Act
const actual = getWordsFromPermalink(singleLevelPermalink)

// Assert
expect(actual).toBe(expected)
})

it("should handle uri-encoded strings correctly", () => {
// Arrange
const singleLevelPermalink = "/this-._single=level|"
Expand Down

0 comments on commit 29b40bc

Please sign in to comment.