|
64 | 64 | "functions/firebase", // parent directory |
65 | 65 | "functions/helloworld", // parent directory |
66 | 66 | "functions/http", // parent directory |
| 67 | + "functions/http/uploadFile", // no tests exist |
67 | 68 | "functions/log", // parent directory |
68 | 69 | "functions/pubsub", // parent directory |
69 | 70 | "memorystore/redis", // parent directory |
|
86 | 87 | "dlp", // [ERR_REQUIRE_ESM]: require() of ES Module |
87 | 88 | "document-ai", // [ERR_REQUIRE_ESM]: require() of ES Module |
88 | 89 | "eventarc/audit-storage", // (untested) Environment Variable 'SERVICE_NAME' not found |
89 | | - "functions/billing", // Error: Request failed with status code 500 |
90 | | - "functions/http/uploadFile", // npm error Missing script: "test" |
91 | | - "functions/imagemagick", // Error: A bucket name is needed to use Cloud Storage |
92 | | - "functions/ocr/app", // Error: Bucket not provided. Make sure you have a "bucket" property in your request |
| 90 | + "functions/billing", // (untested) Error: Request failed with status code 500 |
| 91 | + "functions/imagemagick", // (untested) Error: A bucket name is needed to use Cloud Storage |
| 92 | + "functions/ocr/app", // (untested) Error: Bucket not provided. Make sure you have a "bucket" property in your request |
93 | 93 | "functions/slack", // TypeError [ERR_INVALID_ARG_TYPE]: The "key" argument must be of type ... Received undefined |
94 | | - "functions/v2/imagemagick", // Error: A bucket name is needed to use Cloud Storage. |
| 94 | + "functions/v2/imagemagick", // (untested) Error: A bucket name is needed to use Cloud Storage. |
95 | 95 | "healthcare/fhir", // Error: Cannot find module 'whatwg-url' |
96 | 96 | "iam/deny", // PERMISSION_DENIED: Permission iam.googleapis.com/denypolicies.create denied on resource cloudresourcemanager.googleapis.com/projects/long-door-651 |
97 | 97 | "recaptcha_enterprise/snippets", // Cannot use import statement outside a module |
98 | | - "run/idp-sql", // Error: Invalid contents in the credentials file |
99 | | - "run/markdown-preview/editor", // Error: could not create an identity token: Cannot fetch ID token in this environment, use GCE or set the GOOGLE_APPLICATION_CREDENTIALS environment variable to a service account credentials JSON file |
| 98 | + "run/idp-sql", // (untested) Error: Invalid contents in the credentials file |
| 99 | + "run/markdown-preview/editor", // (untested) Error: could not create an identity token: Cannot fetch ID token in this environment, use GCE or set the GOOGLE_APPLICATION_CREDENTIALS environment variable to a service account credentials JSON file |
100 | 100 | "scheduler", // SyntaxError: Cannot use import statement outside a module |
101 | 101 | "speech", // AssertionError: expected 'Transcription: Okay, I\'m here.\n Hi…' to match /Terrific. It's on the way./ |
102 | 102 | "storagetransfer", // CredentialsError: Missing credentials in config, if using AWS_CONFIG_FILE, set AWS_SDK_LOAD_CONFIG=1 |
103 | | - "talent", // AssertionError: expected '' to match /Job summary/ |
104 | 103 | "translate", // AssertionError: expected 'Languages:\n{ code: \'ab\', name: \'A…' to match /{ code: 'af', name: 'afrikáans' }/ |
105 | 104 | "video-intelligence", // PERMISSION_DENIED: The caller does not have permission |
106 | 105 | "vision", // REDIS: Error: connect ECONNREFUSED 127.0.0.1:6379 |
|
0 commit comments