We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 706c2d7 commit a8cee27Copy full SHA for a8cee27
packages/instrumentation-knex/test/index.test.ts
@@ -27,6 +27,7 @@ import {
27
SimpleSpanProcessor,
28
} from '@opentelemetry/sdk-trace-base';
29
import * as assert from 'assert';
30
+
31
import { KnexInstrumentation } from '../src';
32
33
const plugin = new KnexInstrumentation({
@@ -197,7 +198,7 @@ describe('Knex instrumentation', () => {
197
198
);
199
});
200
- it('should catch better-sqlite3 errors', async function () {
201
+ it('should catch better-sqlite3 errors', async () => {
202
client = knex({
203
client: 'better-sqlite3',
204
connection: {
0 commit comments