We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56c3c90 commit ff066a5Copy full SHA for ff066a5
1 file changed
genai/test/textgen-with-multi-img.test.js
@@ -20,7 +20,7 @@ const {describe, it} = require('mocha');
20
const projectId = process.env.CAIP_PROJECT_ID;
21
const sample = require('../text-generation/textgen-with-multi-img.js');
22
23
-describe('textgen-with-multi-img', function () {
+describe('textgen-with-multi-img', () => {
24
it('should generate text content from a text prompt and multiple images', async function () {
25
this.timeout(60000);
26
0 commit comments