Skip to content

Commit 6ff2a26

Browse files
committed
chore: update test
1 parent 84da684 commit 6ff2a26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/scule.test.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ describe("titleCase", () => {
140140
["foo", "Foo"],
141141
["foo-bar", "Foo Bar"],
142142
["this-IS-aTitle", "This is a Title"],
143-
["is_thisATitle", "Is This a Title"],
143+
["is_this ATitle", "Is This a Title"],
144144
["hello, world!", "Hello, World!"],
145145
])("%s => %s", (input, expected) => {
146146
expect(titleCase(input)).toMatchObject(expected);

0 commit comments

Comments
 (0)