MCPcopy Create free account
hub / github.com/awsdocs/aws-doc-sdk-examples / util-string.unit.test.js

File util-string.unit.test.js

javascriptv3/example_code/libs/tests/util-string.unit.test.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2// SPDX-License-Identifier: Apache-2.0
3import { it, describe, expect } from "vitest";
4import { getUniqueName, postfix } from "../utils/util-string";

Callers

nothing calls this directly

Calls 2

getUniqueNameFunction · 0.90
postfixFunction · 0.90

Tested by

no test coverage detected