Skip to content

Commit c01e0a3

Browse files
committed
fix bench again
1 parent dd81189 commit c01e0a3

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
// {{generationBanner}}
2-
/* eslint-disable @typescript-eslint/no-unused-vars, require-await, no-lone-blocks */
2+
/* eslint-disable @typescript-eslint/no-unused-vars */
33
import { describe, test, expect } from 'vitest';
44

55
import { {{client}}, {{#lambda.titlecase}}{{client}}{{/lambda.titlecase}} } from '{{{import}}}';
66

7-
const appId = 'test-app-id';
8-
const apiKey = 'test-api-key';
9-
10-
function createClient(): {{#lambda.titlecase}}{{client}}{{/lambda.titlecase}} {
11-
return {{client}}(appId, apiKey, {{#hasRegionalHost}}'{{{defaultRegion}}}', {{/hasRegionalHost}}{ requester: nodeEchoRequester() });
12-
}
13-
147
{{#blocksBenchmark}}
158
{{> tests/client/tests}}
169
{{/blocksBenchmark}}

0 commit comments

Comments
 (0)