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