it("builds the ExpressionAttributesValueMap with an existing map", () => {
            const Condition2 = { b: "foo" };
            const args: IConditionAttributeValuesParams = {
                ExpressionAttributeValues: { ":a": "bar" },
            };