Skip to content

Commit a8cee27

Browse files
committed
chore: restore test file
1 parent 706c2d7 commit a8cee27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/instrumentation-knex/test/index.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import {
2727
SimpleSpanProcessor,
2828
} from '@opentelemetry/sdk-trace-base';
2929
import * as assert from 'assert';
30+
3031
import { KnexInstrumentation } from '../src';
3132

3233
const plugin = new KnexInstrumentation({
@@ -197,7 +198,7 @@ describe('Knex instrumentation', () => {
197198
);
198199
});
199200

200-
it('should catch better-sqlite3 errors', async function () {
201+
it('should catch better-sqlite3 errors', async () => {
201202
client = knex({
202203
client: 'better-sqlite3',
203204
connection: {

0 commit comments

Comments
 (0)