UNPKG

@ddegtyarev/aws-tools

Version:

This project contains AWS API integration tools for use in Vertex AI SDK.

7 lines (6 loc) 239 B
"use strict"; // tests/setup.ts // Enable verbose logging for tests process.env.VERBOSE = 'true'; // Vitest doesn't need the --verbose flag in process.argv like Jest did // The verbose logging is handled by the environment variable above