Skip to content

Commit e356d75

Browse files
fix lint
1 parent 77f4873 commit e356d75

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

test/integration/node-specific/resource_tracking_script_builder.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { inspect } from 'node:util';
77

88
import { AssertionError, expect } from 'chai';
99
import type * as timers from 'timers';
10-
import { parseSnapshot } from 'v8-heapsnapshot';
1110

1211
import type * as mongodb from '../../mongodb';
1312
import { type MongoClient } from '../../mongodb';

test/tools/fixtures/heap_resource_script.in.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
const driverPath = DRIVER_SOURCE_PATH;
66
const func = FUNCTION_STRING;
7-
const name = SCRIPT_NAME_STRING;
87
const uri = URI_STRING;
98
const iterations = ITERATIONS_STRING;
109
const { inspect } = require('util');
@@ -15,7 +14,6 @@ const v8 = require('node:v8');
1514
const util = require('node:util');
1615
const timers = require('node:timers');
1716

18-
const now = performance.now.bind(performance);
1917
const sleep = util.promisify(timers.setTimeout);
2018

2119
const run = func;

0 commit comments

Comments
 (0)