Skip to content

Commit 82d0f2b

Browse files
committed
test(NODE-7200): migrate to typescript
1 parent 1702987 commit 82d0f2b

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
'use strict';
2-
const { expect } = require('chai');
1+
import { expect } from 'chai';
2+
3+
import { type MongoClient } from '../../mongodb';
34

45
describe('Remove', function () {
5-
let client;
6+
let client: MongoClient;
67

78
beforeEach(async function () {
89
client = this.configuration.newClient();

0 commit comments

Comments
 (0)