Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/electric-sql/pglite
/ string-utils.test.ts
File
string-utils.test.ts
packages/pg-protocol/test/string-utils.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ describe, it, expect } from
'vitest'
2
import
{ byteLengthUtf8 } from
'../src/string-utils'
// Adjust the import based on your file structure
3
4
describe(
'byteLengthUtf8'
, () => {
Callers
nothing calls this directly
Calls
2
byteLengthUtf8
Function · 0.90
describe
Function · 0.85
Tested by
no test coverage detected