Skip to content

Commit bab7ec9

Browse files
committed
bench
1 parent 9599b35 commit bab7ec9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

templates/javascript/tests/client/benchmark.mustache

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// {{generationBanner}}
22
/* eslint-disable @typescript-eslint/no-unused-vars, require-await, no-lone-blocks */
3-
// @ts-nocheck Failing tests will have type errors, but we cannot suppress them even with @ts-expect-error because it doesn't work for a block of lines.
3+
import { describe, test, expect } from 'vitest';
4+
45
import { {{client}}, {{#lambda.titlecase}}{{client}}{{/lambda.titlecase}} } from '{{{import}}}';
56

67
const appId = 'test-app-id';

0 commit comments

Comments
 (0)