Skip to content

Commit

Permalink
Add test test for technicalName fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nussjustin-hmmh authored and shyim committed Apr 10, 2024
1 parent 8d39b76 commit faaf6e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/esbuild/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ func TestKebabCase(t *testing.T) {
assert.Equal(t, "a-i-search", ToKebabCase("AISearch"))
assert.Equal(t, "mediameets-fb-pixel", ToKebabCase("mediameetsFbPixel"))
assert.Equal(t, "wwbla-bar-foo", ToKebabCase("wwblaBarFoo"))
assert.Equal(t, "with-underscore", ToKebabCase("with_underscore"))
}

0 comments on commit faaf6e9

Please sign in to comment.